-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
47 lines (44 loc) · 1.85 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
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IC DRIP</title>
<meta
name="description"
content="IC Drip are randomly generated meta-commerce shopping carts for outfits
and personas stored on chain. Stats, images, and other functionality are
intentionally omitted for others to interpret. Feel free to use IC Drip in
any way you want."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://icdrip.io/" />
<meta property="og:title" content="IC DRIP" />
<meta
property="og:description"
content="IC Drip are randomly generated meta-commerce shopping carts for outfits
and personas stored on chain. Stats, images, and other functionality are
intentionally omitted for others to interpret. Feel free to use IC Drip in
any way you want."
/>
<meta property="og:image"
content="https://dvr6e-lqaaa-aaaai-qam5a-cai.raw.ic0.app/ic_drip.png">
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://icdrip.io/" />
<meta property="twitter:title" content="IC DRIP" />
<meta
property="twitter:description"
content="IC Drip are randomly generated meta-commerce shopping carts for outfits
and personas stored on chain. Stats, images, and other functionality are
intentionally omitted for others to interpret. Feel free to use IC Drip in
any way you want."
/>
<meta property=twitter:image
content=https://dvr6e-lqaaa-aaaai-qam5a-cai.raw.ic0.app/ic_drip.png>
</head>
<body style="background-color: #1a1a1a">
<div id="app"></div>
<script type="module" src="/src/ic_loot_assets/main.js"></script>
</body>
</html>