summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-01-06 01:55:44 +0100
committerMatěj Cepl <mcepl@cepl.eu>2016-01-06 01:55:44 +0100
commit13207d01f5b695c052d6912adf2a0992d6548ffe (patch)
tree53c882916d56c0f470f1221c945508aebec12c23
parent63e7abf9e35b36069d51cea9159fc8f43f847d54 (diff)
downloadzalmy-13207d01f5b695c052d6912adf2a0992d6548ffe.tar.gz
Use absolute URL for manifest
-rw-r--r--index.html2
-rw-r--r--index_en.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 705bfce..24c3b6e 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<title>Žalmy</title>
<link rel="stylesheet" type="text/css" href="style/basic.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
- <link rel="manifest" type="application/manifest+json." href="zalmy.manifest">
+ <link rel="manifest" type="application/manifest+json." href="/zalmy.manifest">
<script data-main="config" type="text/javascript" src="require.js"></script>
<style>
p {
diff --git a/index_en.html b/index_en.html
index e56f3f1..4e65cc2 100644
--- a/index_en.html
+++ b/index_en.html
@@ -7,7 +7,7 @@
<title>The Book of Psalms</title>
<link rel="stylesheet" type="text/css" href="style/basic.css">
<link rel="manifest" type="application/manifest+json."
- href="zalmy.manifest">
+ href="/zalmy.manifest">
<script data-main="config" type="text/javascript" src="require.js"></script>
<style type="text/javascript">
p {