JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
rename style.css -> css.css
[crayon_mockup.git] / index.html
index 4326c81..9f0f792 100644 (file)
@@ -3,38 +3,13 @@
 <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="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: press <code>space</code> to stop drawing, or <code>o</code> to stop and close the loop.</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>