JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
polyline widget coming along
[crayon_mockup.git] / index.html
index 69f0a61..4c2b179 100644 (file)
@@ -3,13 +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 (working title)</h1>
-       <p>Instructions: click in multiple different places in the box below to draw.</p>
-       <p>Tip: hover over buttons below to see keyboard shortcuts</p>
+       <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>