index.html 418 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link href="css/style.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body>
  9. <div id="app">
  10. <h2>Figwheel template</h2>
  11. <p>Checkout your developer console.</p>
  12. </div>
  13. <script src="js/compiled/automata.js" type="text/javascript"></script>
  14. </body>
  15. </html>