JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
initial spike
[crayon_mockup.git] / index.html
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..6120612
--- /dev/null
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+       <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>
+</head>
+<body>
+       <h1>Crayon Mockup (working title)</h1>
+       <p>Instructions: click in multiple different places in the box below to draw</p>
+       <div class="crayon_mockup"></div>
+</body>
+</html>