JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
initial spike
[crayon_mockup.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>Crayon Mockup (working title)</title>
5         <script src="/javascript/jquery/jquery.min.js"></script>
6         <script src="auto.js"></script>
7         <style>
8                 .crayon_mockup svg path {
9                         fill: none;
10                         stroke: #8c8c8c;
11                         stroke-width: 2;
12                         stroke-linecap: butt;
13                         stroke-linejoin: round;
14                         stroke-miterlimit: 4;
15                         stroke-opacity: 1;
16                         stroke-dasharray: none;
17                 }
18         </style>
19 </head>
20 <body>
21         <h1>Crayon Mockup (working title)</h1>
22         <p>Instructions: click in multiple different places in the box below to draw</p>
23         <div class="crayon_mockup"></div>
24 </body>
25 </html>