-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
36 lines (29 loc) · 1.1 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
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<!-- Meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description", content="ORE is digital gold on Solana.">
<title>ORE</title>
<!-- Links -->
<link rel="icon" type="image/png" href="favicon.png">
<link data-trunk rel="copy-dir" href="/img">
<!-- OpenGraph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="ORE" />
<meta property="og:description" content="ORE is digital gold on Solana." />
<meta property="og:image" content="https://ore.supply/social-1.webp" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://ore.supply/social-1.webp" />
<meta name="twitter:site" content="@OREsupply">
<meta name="twitter:title" content="ORE">
<meta name="twitter:description" content="ORE is digital gold on Solana.">
<!-- Stats -->
<script src="https://cdn.usefathom.com/script.js" data-spa="auto" data-site="FCVSKOIN" defer></script>
</head>
<body>
<div id="main" />
</body>
</html>