apc initial implementation
[henge/webcc.git] / html / index.html
index 0834270..05d0d4a 100644 (file)
@@ -5,6 +5,9 @@
    <meta charset="UTF-8" />
   </head>
   <body>
+    <input type="text" class="form-control" id="user-id" placeholder="User-ID">
+    <input type="text" class="form-control" id="password" placeholder="Password">
+    <input type="submit" id="login" value="login" class="btn btn-default">
     Usage: the_march [-opts]<br>
     <div class="row">
       <div class="col-md-5 col-md-offset-5">
@@ -16,5 +19,6 @@
     <script type="text/javascript" src="js/the_march.config.js"></script>
     <script type="text/javascript" src="js/the_march.asm.js"></script>
     <script type="text/javascript" src="js/the_march.js"></script>
+    <script type="text/javascript" src="js/auth.js"></script>
   </body>
 </html>