JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
editing/selection/hover working
[crayon_mockup.git] / index.html
index 69f0a61..e4fa63a 100644 (file)
@@ -3,13 +3,12 @@
 <head>
        <title>Crayon Mockup (working title)</title>
        <script src="/javascript/jquery/jquery.min.js"></script>
 <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="main.js?v=3"></script>
+       <link rel="stylesheet" href="style.css?v=3">
 </head>
 <body>
 </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>
 </body>
 </html>
        <div class="crayon_mockup"></div>
 </body>
 </html>