-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
30 lines (28 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Pixel" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://i.ibb.co/4jJ84mp/Screenshot-2023-03-11-at-14-03-27.png"
/>
<meta property="og:url" content="https://pi.oberton.io/" />
<meta
property="og:description"
content="Create captivating NFT Editions projects on TON blockchain with ease ( ^ ͜ʖ ^ )"
/>
<meta property="og:site_name" content="Pixel" />
<meta name="twitter:image:alt" content="Alt text for image" />
<title>3.14XL - Bring visions to life</title>
<script async src="https://cdn.splitbee.io/sb.js"></script>
</head>
<body>
<div id="root"></div>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>