diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-13 13:46:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 13:46:03 -0700 |
commit | c11c45a661addf377ac5f4773ba39f5ef66ec155 (patch) | |
tree | 204cd561549dd6424d7e07c88b042e3bce62d608 /index.html | |
parent | d57821b5fa8b994bc4082f7565a072090ff288a1 (diff) | |
parent | 0eca982f8bc89bbac3ed4fee248fc53b7c4c0527 (diff) | |
download | homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.gz homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.zst homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.zip |
Merge pull request #482 from bastienwirtz/vuejs-3
Vuejs 3
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..5a0014c --- /dev/null +++ b/index.html | |||
@@ -0,0 +1,15 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <meta charset="UTF-8" /> | ||
5 | <link rel="icon" href="assets/icons/favicon.ico" /> | ||
6 | <link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png" sizes="180x180"> | ||
7 | <link rel="mask-icon" href="assets/icons/logo.svg"> | ||
8 | <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover"> | ||
9 | <title>Homer</title> | ||
10 | </head> | ||
11 | <body> | ||
12 | <div id="app-mount"></div> | ||
13 | <script type="module" src="/src/main.js"></script> | ||
14 | </body> | ||
15 | </html> | ||