-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Archive.NeoFS</title>
<meta charset='utf-8'>
<link rel="icon" href="/img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Archive.NeoFS – Offline Synchronization Package">
<meta name="description" content="Download an offline block dump up to a certain block height">
<meta property="og:url" content="https://archive.fs.neo.org">
<meta property="og:title" content="Archive.NeoFS – Offline Synchronization Package">
<meta property="og:description" content="Download an offline block dump up to a certain block height">
<meta property="og:type" content="website">
<meta property="og:image" content="/img/cover.png">
<meta name="theme-color" content="#29363b" />
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; connect-src 'self' https://archive.fs.neo.org https://rest.fs.neo.org https://rpc10.n3.nspcc.ru https://rpc.t5.n3.nspcc.ru https://rpc.morph.fs.neo.org https://rpc.t5.fs.neo.org; style-src 'unsafe-inline' 'self' https://fonts.googleapis.com; font-src https://fonts.gstatic.com; img-src 'self'; form-action 'self'; base-uri 'self';">
<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=Poppins:wght@400;500;600;800&display=swap" rel="stylesheet">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>