diff options
author | Dmitry Sharshakov <sh7dm@outlook.com> | 2019-01-26 20:19:47 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-26 12:19:47 -0500 |
commit | 2f000303f25d3cb52c76efcc299077050dcad731 (patch) | |
tree | f04671684cb559b3b3e8c3296b67748a1d72315f /website/index.html | |
parent | c03ff8556b5a469996b42697cbb10fb89a18e94c (diff) |
Add PWA manifest to website (#1585)
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html index 0720f639f..d34e8e870 100644 --- a/website/index.html +++ b/website/index.html @@ -3,6 +3,7 @@ <html> <head> <title>Deno</title> + <link rel="manifest" href="/manifest.json"> <link rel="stylesheet" href="https://unpkg.com/c3@0.6.7/c3.min.css"> <link rel="stylesheet" href="style.css"> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> |