JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
switch to dragging interface
[crayon_mockup.git] / index.html
index f33d6c1..65d2753 100644 (file)
@@ -4,23 +4,11 @@
        <title>Crayon Mockup (working title)</title>
        <script src="/javascript/jquery/jquery.min.js"></script>
        <script src="auto.js"></script>
-       <style>
-               .crayon_mockup svg path {
-                       fill: none;
-                       stroke: #8c8c8c;
-                       stroke-width: 2;
-                       stroke-linecap: butt;
-                       stroke-linejoin: round;
-                       stroke-miterlimit: 4;
-                       stroke-opacity: 1;
-                       stroke-dasharray: none;
-               }
-       </style>
+       <link rel="stylesheet" href="style.css">
 </head>
 <body>
-       <h1>Crayon Mockup (working title)</h1>
-       <p>Instructions: click in multiple different places in the box below to draw</p>
-       <p>Warning: nothing happens on the first click... don't let this stop you.</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>