JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
rename style.css -> css.css
[crayon_mockup.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>Crayon Mockup (working title)</title>
5         <script src="/javascript/jquery/jquery.min.js"></script>
6         <script src="main.js?v=3"></script>
7         <link rel="stylesheet" href="css.css?v=4">
8 </head>
9 <body>
10         <h1>Crayon Mockup</h1>
11         <p>Instructions: drag stuff into the outlined area, drag around, drag back up to delete</p>
12         <div class="crayon_mockup"></div>
13                 <div class="footer"><a href="https://jasonwoof.com/gitweb/?p=crayon_mockup.git">Source</a> code is <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a>.</div>
14 </body>
15 </html>