Files: b2086b92f2845aad21bfd835297d3ec02d10a921 / index.html
671 bytesRaw
1 | |
2 | <html lang="en"> |
3 | <head> |
4 | <meta charset="utf-8"> |
5 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
6 | <title>ScuttleVue</title> |
7 | <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css"/> |
8 | <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css"/> |
9 | |
10 | </head> |
11 | <body> |
12 | <div id="app"></div> |
13 | <script src="dist/build.js"></script> |
14 | |
15 | <script src="//unpkg.com/babel-polyfill@latest/dist/polyfill.min.js"></script> |
16 | <script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js"></script> |
17 | </body> |
18 | </html> |
19 |
Built with git-ssb-web