diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-01-14 07:16:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 07:16:00 -0800 |
commit | 250c67dc159c96aace860df8428e1ddff90853b5 (patch) | |
tree | 381aca59770e576877719b661770860ef57d2576 /index.html | |
parent | 56c69e0d6bd7265afec6cd66a4875ebf6357ea7d (diff) | |
parent | 45b49b30cf300e1c76501c808a63caa1aa501294 (diff) | |
download | homer-250c67dc159c96aace860df8428e1ddff90853b5.tar.gz homer-250c67dc159c96aace860df8428e1ddff90853b5.tar.zst homer-250c67dc159c96aace860df8428e1ddff90853b5.zip |
Merge pull request #11 from bastienwirtz/everything-offline
Adding full off network support.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -7,9 +7,8 @@ | |||
7 | <meta name="robots" content="noindex"> | 7 | <meta name="robots" content="noindex"> |
8 | <link rel="icon" type="image/png" href="assets/favicon.png"> | 8 | <link rel="icon" type="image/png" href="assets/favicon.png"> |
9 | <title>Homer</title> | 9 | <title>Homer</title> |
10 | <link defer rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css"> | 10 | <link defer rel="stylesheet" href="vendors/font-awesone.min.css"> |
11 | <link defer rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css"> | 11 | <link defer rel="stylesheet" href="vendors/bulma.min.css"> |
12 | <link href="https://fonts.googleapis.com/css?family=Lato|Raleway&display=swap" rel="stylesheet"> | ||
13 | <link rel="stylesheet" href="app.css"> | 12 | <link rel="stylesheet" href="app.css"> |
14 | </head> | 13 | </head> |
15 | 14 | ||
@@ -115,7 +114,7 @@ | |||
115 | </footer> | 114 | </footer> |
116 | </div> | 115 | </div> |
117 | 116 | ||
118 | <script src="https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js"></script> | 117 | <script src="vendors/vue.min.js"></script> |
119 | <script src="vendors/js-yaml.min.js"></script> | 118 | <script src="vendors/js-yaml.min.js"></script> |
120 | <script src="app.js"></script> | 119 | <script src="app.js"></script> |
121 | </body> | 120 | </body> |