mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
web: Support "Add to Home Screen"
This commit is contained in:
parent
6a2897ac56
commit
440cfa6e2d
2 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,10 @@ const INDEX_TEMPLATE = `<!doctype html>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="shortcut icon" href="/waforth/favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="/waforth/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="icon" href="/waforth/favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="/waforth/favicon.ico" type="image/x-icon" />
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<meta name="theme-color" content="#000000" />
|
||||||
|
<link rel="apple-touch-icon" href="/waforth/apple-touch-icon.png" />
|
||||||
<link href="/waforth/dist/$BASE.css" rel="stylesheet" />
|
<link href="/waforth/dist/$BASE.css" rel="stylesheet" />
|
||||||
<title>$TITLE</title>
|
<title>$TITLE</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
BIN
public/waforth/apple-touch-icon.png
Normal file
BIN
public/waforth/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in a new issue