some tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-08-25 13:37:30 +03:00
parent 7c662b9038
commit ae5736b075
4 changed files with 15 additions and 8 deletions

View File

@ -2,7 +2,9 @@
<html manifest="pwiki.appcache"> <html manifest="pwiki.appcache">
<head> <head>
<title>pWiki</title> <title>pWiki</title>
</head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
@ -19,6 +21,7 @@
<link rel="stylesheet" href="css/fonts.css"> <link rel="stylesheet" href="css/fonts.css">
</head>
<style> <style>
</style> </style>

View File

@ -2,7 +2,9 @@
<html manifest="pwiki.appcache"> <html manifest="pwiki.appcache">
<head> <head>
<title>pWiki</title> <title>pWiki</title>
</head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
@ -19,6 +21,8 @@
<link rel="stylesheet" href="css/fonts.css"> <link rel="stylesheet" href="css/fonts.css">
</head>
<style> <style>
</style> </style>

View File

@ -1,7 +1,7 @@
{ {
"short_name": "pWiki", "short_name": "pWiki",
"name": "pWiki", "name": "pWiki",
"display": "standalone", "display": "standalone",
"orientation": "portrait", "orientation": "portrait",
"theme_color": "white" "theme_color": "white"
} }

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Timestamp: 20170820140603 # Timestamp: 20170825133100
CACHE: CACHE:
ext-lib/FileSaver.js ext-lib/FileSaver.js