JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
major code cleanup (layers/controls)
[crayon_mockup.git] / index.html
index 65d2753..4c2b179 100644 (file)
@@ -3,12 +3,13 @@
 <head>
        <title>Crayon Mockup (working title)</title>
        <script src="/javascript/jquery/jquery.min.js"></script>
-       <script src="auto.js"></script>
-       <link rel="stylesheet" href="style.css">
+       <script src="js.js?v=3"></script>
+       <link rel="stylesheet" href="css.css?v=4">
 </head>
 <body>
        <h1>Crayon Mockup</h1>
        <p>Instructions: drag stuff into the outlined area, drag around, drag back up to delete</p>
        <div class="crayon_mockup"></div>
+               <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>
 </body>
 </html>