aboutsummaryrefslogtreecommitdiffstats
path: root/client/index.html
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2019-03-05 02:13:35 +0100
committerGitHub <noreply@github.com>2019-03-05 02:13:35 +0100
commit8ceb0d736350cbb3175fa5d09a039d02899fc69d (patch)
tree85de9c860ed6ecbbc85f1eac66c20ed088151753 /client/index.html
parentMerge pull request #54 from paulgreg/master (diff)
parentAdding manifest.json (basic PWA support) (diff)
downloadhackchat-8ceb0d736350cbb3175fa5d09a039d02899fc69d.tar.gz
hackchat-8ceb0d736350cbb3175fa5d09a039d02899fc69d.zip
Merge pull request #56 from paulgreg/manifest
Adding manifest.json...
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html1
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>