path fix
This commit is contained in:
parent
61735876b5
commit
04e7a639e8
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue