diff options
author | Grégory Paul <paulgreg@gmail.com> | 2019-03-04 20:55:07 +0100 |
---|---|---|
committer | Grégory Paul <paulgreg@gmail.com> | 2019-03-04 20:55:07 +0100 |
commit | e55b3e2a3d5d0ccd59491e4685ed8be389e23e39 (patch) | |
tree | 216126bcd0a1f0b1e11aa9bfcdfa0d5d6c2ba3fe /client/index.html | |
parent | Minor bug fix due to lib change (diff) | |
download | hackchat-e55b3e2a3d5d0ccd59491e4685ed8be389e23e39.tar.gz hackchat-e55b3e2a3d5d0ccd59491e4685ed8be389e23e39.zip |
Adding manifest.json (basic PWA support)
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html index 98b9428..9238c66 100644 --- a/client/index.html +++ b/client/index.html @@ -11,6 +11,7 @@ <script src="katex/katex.min.js"></script> <script src="katex/contrib/auto-render.min.js"></script> <link id="highlight-link" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/hybrid.min.css"> + <link rel="manifest" href="manifest.json"> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> </head> |