forked from temptemp3/app.nautilus.sh
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
27 lines (27 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!--link href="https://db.onlinewebfonts.com/c/29ddb4605533a38e086b48fa105e0d12?family=Nohemi" rel="stylesheet"-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Inter:[email protected]&display=swap" rel="stylesheet">
<title>Nautilus - NFT Marketplace</title>
<style>
@font-face {
font-family: "Nohemi";
src: url("/font/Nohemi-Regular-BF6438cc579d934.woff");
}
</style>
</head>
<body>
<div id="root"></div>
<!-- <script src="/bundle.js"></script> -->
<script type="module" src="./src/index.tsx"></script>
</body>
</html>