This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (69 loc) · 3.58 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/logo.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Xiler Network</title>
<link rel="stylesheet" href="/style/reset.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Quicksand:wght@600;700&display=swap"
rel="stylesheet">
<link rel="apple-touch-icon" href="/media/seo/logo.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-config" content="none">
<link rel="alternate" href="https://example.com/" hreflang="x-default">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Xiler Network">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="Bitcoin Ordinals Decentralised Domains">
<meta property="og:description" content="Discover the future of DNS with our decentralized domain system on Bitcoin Ordinals. Take control, ensure security, and explore domain trading.">
<meta property="og:url" content="https://private-alpha-3hveh2uefzuqepp9a.xiler.net">
<meta property="og:image" content="https://private-alpha-3hveh2uefzuqepp9a.xiler.net/media/seo/banner.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:type" content="image/jpg" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@XilerNetwork">
<meta name="twitter:creator" content="@arthurdw">
<meta name="twitter:title" content="Bitcoin Ordinals Decentralised Domains">
<meta name="twitter:description" content="Discover the future of DNS with our decentralized domain system on Bitcoin Ordinals. Take control, ensure security, and explore domain trading.">
<meta name="twitter:url" content="https://private-alpha-3hveh2uefzuqepp9a.xiler.net">
<meta name="twitter:image" content="https://private-alpha-3hveh2uefzuqepp9a.xiler.net/media/seo/banner.jpg">
<noscript>
<link rel="stylesheet" href="/style/noscript.css">
</noscript>
<link rel="dns-prefetch" href="https://auth.xiler.net">
<link rel="dns-prefetch" href="https://auth-api.xiler.net">
<link rel="dns-prefetch" href="https://pay-api.xiler.net">
<link rel="dns-prefetch" href="https://domains-api.xiler.net">
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
<meta name="robots" content="index, follow">
<script defer data-domain="xiler.net" src="https://analytics.arthurdw.com/js/script.js"></script>
</head>
<body>
<noscript>
<div class="no-js">
<h1>JavaScript is disabled</h1>
<p>Please enable JavaScript to use this website.</p>
</div>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172726250-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-172726250-1');
</script>
<script>
navigator.serviceWorker.getRegistrations().then( function(registrations) { for(let registration of registrations) { registration.unregister(); } });
</script>
</body>
</html>