index.html 951 B

12345678910111213141516171819202122232425262728293031323334
  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. <link href="css/bootstrap4.css" rel="stylesheet" type="text/css">
  8. <script src="js/bootstrap4.js" type="text/javascript"></script>
  9. </head>
  10. <body>
  11. <div id="app">
  12. <h2>Figwheel template</h2>
  13. <p>Checkout your developer console.</p>
  14. </div>
  15. <script>
  16. var DEFAULT_FEED = "/video2.xml";
  17. //var DEFAULT_FEED = "http://localhost:33936/feed.xml";
  18. </script>
  19. <script src="js/compiled/uspooge_app.js" type="text/javascript"></script>
  20. </body>
  21. </html>
  22. <!--
  23. <link href="/assets/uspooge-app/css/style.css" rel="stylesheet" type="text/css">
  24. <div id="app">
  25. <h2>Figwheel template</h2>
  26. <p>Checkout your developer console.</p>
  27. </div>
  28. <script src="/assets/uspooge-app/js/compiled/uspooge_app.js" type="text/javascript"></script>
  29. -->