-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.57 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
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Primary Meta Tags -->
<title>Onlytax</title>
<meta name="title" content="Onlytax">
<meta name="description" content="Seamlessly collect your Solana token transfer fees.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://onlytax.fun/">
<meta property="og:title" content="Onlytax">
<meta property="og:description" content="Seamlessly collect your Solana token transfer fees.">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="720">
<meta property="og:image" content="/social.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://onlytax.fun/">
<meta property="twitter:title" content="Onlytax">
<meta property="twitter:description" content="Seamlessly collect your Solana token transfer fees.">
<meta name="twitter:image:width" content="1280">
<meta name="twitter:image:height" content="720">
<meta property="twitter:image" content="/social.png">
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<!-- <link href="./style/output.css" rel="stylesheet"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body data-theme="corporte" style="scroll-padding-top: 5rem; scroll-behavior: smooth;">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>