-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (41 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>How we built Superchain Chiblings with Highlight embed</title>
<link rel="apple-touch-icon" sizes="180x180" href="/meta/apple-touch-icon.png?v=etgv49y9uj">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=$etgv49y9uj">
<link rel="icon" type="image/png" sizes="16x16" href="/meta/favicon-16x16.png?v=$etgv49y9uj">
<link rel="manifest" href="/meta/site.webmanifest?v=etgv49y9uj">
<link rel="mask-icon" href="/meta/safari-pinned-tab.svg?v=etgv49y9uj" color="#fcfdf8">
<link rel="shortcut icon" href="/meta/favicon.ico?v=etgv49y9uj">
<meta name="msapplication-TileColor" content="#fcfdf8">
<meta name="msapplication-config" content="/meta/browserconfig.xml?v=etgv49y9uj">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="A guide on how to build a fully customized minting experience with Highlight embed">
<meta name="keywords" content="highlight.xyz, highlight, embed, chiblings, guide, tutorial">
<meta name="author" content="bartosjiri.com">
<meta property="og:type" content="website">
<meta property="og:site_name" content="How we built Superchain Chiblings with Highlight embed">
<meta property="og:title" content="How we built Superchain Chiblings with Highlight embed">
<meta property="og:image" content="/meta/og-image.png?v=etgv49y9uj">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="How we built Superchain Chiblings with Highlight embed">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="bartosjiri.com">
<meta name="twitter:title" content="How we built Superchain Chiblings with Highlight embed">
<meta name="twitter:description"
content="A guide on how to build a fully customized minting experience with Highlight embed">
<meta name="twitter:image" content="/meta/og-image.png?v=etgv49y9uj">
<meta name="twitter:image:alt" content="How we built Superchain Chiblings with Highlight embed">
<link rel="stylesheet" href="https://mint.highlight.xyz/assets/embed.css" />
</head>
<body>
<div id="root"></div>
<script type="module" crossorigin="true" src="https://mint.highlight.xyz/assets/embed.js?v=1"
id="highlight-embed-script" data-embed-version="2.0"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>