diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2016-01-06 01:47:44 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2016-01-06 01:50:14 +0100 |
commit | 63e7abf9e35b36069d51cea9159fc8f43f847d54 (patch) | |
tree | 304a9be1f489179e19e31dfcb6208c927b1999b0 /index.html | |
parent | ce3232aab3d717550b7efb2efc4742a820526e9c (diff) | |
download | zalmy-63e7abf9e35b36069d51cea9159fc8f43f847d54.tar.gz |
Add W3C web app manifest
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +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"> <script data-main="config" type="text/javascript" src="require.js"></script> <style> p { |