Add apple icons
This commit is contained in:
parent
c433bc6635
commit
71c3861749
|
@ -5,7 +5,8 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<meta property="og:title" content="🕷️ SpiderADB"/>
|
<meta property="og:title" content="🕷️ SpiderADB"/>
|
||||||
<meta OctoSpaccHubSdk="Url" content="https://hub.octt.eu.org/SpiderADB/"/>
|
<meta OctoSpaccHubSdk="Url" content="https://hub.octt.eu.org/SpiderADB/"/>
|
||||||
<meta OctoSpaccHubSdk="WebManifestExtra" content="'display':'standalone', 'icons':[{ 'src':'./icon.png', 'type':'image/png', 'sizes':'512x512' }]"/>
|
<meta OctoSpaccHubSdk="WebManifestExtra" content="'display':'standalone', 'icons':[{ 'src':'./icon.png', 'type':'image/png', 'sizes':'512x512' }],"/>
|
||||||
|
<link rel="apple-touch-icon" href="./icon.png"/>
|
||||||
<link rel="stylesheet" href="./holo-web/holo-base-elements.css"/>
|
<link rel="stylesheet" href="./holo-web/holo-base-elements.css"/>
|
||||||
<link rel="stylesheet" href="./holo-web/holo-base-widgets.css"/>
|
<link rel="stylesheet" href="./holo-web/holo-base-widgets.css"/>
|
||||||
<link rel="stylesheet" href="./holo-web/holo-ics-dark-elements.css"/>
|
<link rel="stylesheet" href="./holo-web/holo-ics-dark-elements.css"/>
|
||||||
|
|
|
@ -37,7 +37,8 @@ const newHtmlPage = (content, title) => `<!DOCTYPE html><html><head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<meta property="og:title" content="${title ? `${title} — ` : ''}${appName}"/>
|
<meta property="og:title" content="${title ? `${title} — ` : ''}${appName}"/>
|
||||||
<meta OctoSpaccHubSdk="Url" content="https://hub.octt.eu.org/WuppiMini/"/>
|
<meta OctoSpaccHubSdk="Url" content="https://hub.octt.eu.org/WuppiMini/"/>
|
||||||
<meta OctoSpaccHubSdk="WebManifestExtra" content="'display':'standalone', 'icons':[{ 'src':'./icon.png', 'type':'image/png', 'sizes':'256x256' }]"/>
|
<meta OctoSpaccHubSdk="WebManifestExtra" content="'display':'standalone', 'icons':[{ 'src':'./icon.png', 'type':'image/png', 'sizes':'256x256' }],"/>
|
||||||
|
<link rel="apple-touch-icon" href="./icon.png"/>
|
||||||
<script src="../../shared/OctoHub-Global.js"></script>
|
<script src="../../shared/OctoHub-Global.js"></script>
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
|
|
|
@ -16,7 +16,8 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<meta property="og:url" content="https://hub.octt.eu.org/FramesBrowser/"/>
|
<meta property="og:url" content="https://hub.octt.eu.org/FramesBrowser/"/>
|
||||||
<link rel="canonical" href="https://hub.octt.eu.org/FramesBrowser/"/>
|
<link rel="canonical" href="https://hub.octt.eu.org/FramesBrowser/"/>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.png"/>
|
<link rel="shortcut icon" type="image/x-icon" href="./icon.png"/>
|
||||||
|
<link rel="apple-touch-icon" href="./icon.png"/>
|
||||||
<link rel="manifest" href="./manifest.json"/>
|
<link rel="manifest" href="./manifest.json"/>
|
||||||
<title>🪟️ Frames Browser</title>
|
<title>🪟️ Frames Browser</title>
|
||||||
<meta name="description" content="iFrame-based HTML5 Browser for fun and development"/>
|
<meta name="description" content="iFrame-based HTML5 Browser for fun and development"/>
|
||||||
|
|
|
@ -10,7 +10,8 @@
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<link href="Bubbles.css" rel="stylesheet"/>
|
<link href="Bubbles.css" rel="stylesheet"/>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.png"/>
|
<link rel="shortcut icon" type="image/x-icon" href="https://cdn.jsdelivr.net/gh/octospacc/twemoji-astonishing@gh-pages/i/1f9f2.svg"/>
|
||||||
|
<link rel="apple-touch-icon" href="https://cdn.jsdelivr.net/gh/octospacc/twemoji-astonishing@gh-pages/i/1f9f2.svg"/>
|
||||||
<link rel="manifest" href="./manifest.json"/>
|
<link rel="manifest" href="./manifest.json"/>
|
||||||
<script src="../../shared/OctoHub-Global.js"></script>
|
<script src="../../shared/OctoHub-Global.js"></script>
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in New Issue