Remove unused demo.
authorBen Schwarz <ben@germanforblack.com>
Sun, 13 Jan 2013 01:43:18 +0000 (12:43 +1100)
committerBen Schwarz <ben@germanforblack.com>
Sun, 13 Jan 2013 01:43:18 +0000 (12:43 +1100)
docs/modal-demo.html [deleted file]

diff --git a/docs/modal-demo.html b/docs/modal-demo.html
deleted file mode 100644 (file)
index bdaca17..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Modal slideup</title>
-
-    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
-
-    <link rel="stylesheet" href="../dist/ratchet.css">
-    <script src="../dist/ratchet.js"></script>
-    <script src="js/docs.js"></script>
-    <script src="js/fingerblast.js"></script>
-  </head>
-  <body>
-    <div class="content content-padded">
-      <a href="#myModal" class="button">Open modal</a>
-    </div>
-
-    <div id="myModal" class="modal">
-      <header class="bar-title">
-        <h1 class="title">Modal</h1>
-        <a class="button" href="#myModal">
-          Close
-        </a>
-      </header>
-      
-      <div class="content content-padded">
-        <p>The contents of my modal</p>
-      </div>
-    </div>
-  </body>
-</html>  
\ No newline at end of file