diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2016-01-06 01:55:44 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2016-01-06 01:55:44 +0100 |
commit | 13207d01f5b695c052d6912adf2a0992d6548ffe (patch) | |
tree | 53c882916d56c0f470f1221c945508aebec12c23 | |
parent | 63e7abf9e35b36069d51cea9159fc8f43f847d54 (diff) | |
download | zalmy-13207d01f5b695c052d6912adf2a0992d6548ffe.tar.gz |
Use absolute URL for manifest
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | index_en.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 { |