diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-12 17:12:21 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-12 17:12:21 -0700 |
commit | fbfd66f18fca3a3d5cf46001eaf1661bd63bbf6d (patch) | |
tree | bac8bfc8dd4a87f3fe6e99c8e5edaa0a081ee875 /web/static/index.html | |
parent | dfac0ec143c2c6cae9bf9cf98673b5bf3a870e1c (diff) | |
download | dartboat-fbfd66f18fca3a3d5cf46001eaf1661bd63bbf6d.tar.gz dartboat-fbfd66f18fca3a3d5cf46001eaf1661bd63bbf6d.tar.xz |
web: support installing as progressive web app™
Diffstat (limited to 'web/static/index.html')
-rw-r--r-- | web/static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/static/index.html b/web/static/index.html index 7222f64..82a9d29 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -5,6 +5,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="style.css"> + <link rel="manifest" href="dartboat.webmanifest"> <script src="dartboat.js"></script> <script src="dartboat_wasm.js"></script> </head> |