JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add license, fix filenames
[crayon_mockup.git] / index.html
index 3da2eda..e4fa63a 100644 (file)
@@ -3,38 +3,12 @@
 <head>
        <title>Crayon Mockup (working title)</title>
        <script src="/javascript/jquery/jquery.min.js"></script>
-       <script src="auto.js"></script>
-       <style>
-               .crayon_mockup svg {
-                       border: 1px dotted #aaa;
-               }
-               .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;
-               }
-               .crayon_mockup .button {
-                       display: inline-block;
-                       border-radius: 4px;
-                       box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
-               }
-               .crayon_mockup .button + .button {
-                       margin-left: 14px;
-               }
-               .crayon_mockup .toolbar {
-                       padding-bottom: 5px;
-               }
-       </style>
+       <script src="main.js?v=3"></script>
+       <link rel="stylesheet" href="style.css?v=3">
 </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>