This commit is contained in:
randogoth 2025-02-19 10:56:17 +02:00
parent 61735876b5
commit 04e7a639e8

View file

@ -24,15 +24,15 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="threeterms">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<link rel="apple-touch-icon" href="/web3terms/icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="icon" type="image/png" href="/web3terms/favicon.png"/>
<title>threeterms</title>
<link rel="manifest" href="manifest.json">
<link rel="manifest" href="/web3terms/manifest.json">
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
<script src="/web3terms/flutter_bootstrap.js" async></script>
</body>
</html>