mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-02-07 03:38:11 -05:00
Update light.html
This commit is contained in:
parent
b18d7a396a
commit
29e6d0975a
@ -3,7 +3,20 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
|
<!-- PWA -->
|
||||||
<link rel="manifest" href="static/manifest.json" />
|
<link rel="manifest" href="static/manifest.json" />
|
||||||
|
<!-- ios support -->
|
||||||
|
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
|
||||||
|
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
|
||||||
|
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
|
||||||
|
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
|
||||||
|
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
|
||||||
|
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
|
||||||
|
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
|
||||||
|
<link rel="apple-touch-icon" href="static/img/icons/default.png" />
|
||||||
|
<meta name="apple-mobile-web-app-status-bar" content="#fff" />
|
||||||
|
<meta name="theme-color" content="#db4938" />
|
||||||
|
<!-- End PWA -->
|
||||||
<link rel="icon" type="image/png" href="static/img/icons/default.png">
|
<link rel="icon" type="image/png" href="static/img/icons/default.png">
|
||||||
<meta name="theme-color" content="#3c790a">
|
<meta name="theme-color" content="#3c790a">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user