index.html 460 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=device-width, initial-scale=1" name="viewport">
  6. <link href="/css/site.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body>
  9. <div id="app">
  10. <h3>ClojureScript has not been compiled!</h3>
  11. <p>please run <b>lein figwheel</b> in order to start the compiler</p>
  12. </div>
  13. <script src="/js/app.js" type="text/javascript"></script>
  14. </body>
  15. </html>