-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
98 lines (74 loc) · 2.83 KB
/
404.html
File metadata and controls
98 lines (74 loc) · 2.83 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SLPDEX - SLP Token DEX</title>
<base href="/">
<meta http-equiv="X-UA-Compatible"
content="IE=edge">
<meta name="viewport"
content="initial-scale=1, maximum-scale=1">
<meta name="theme-color"
content="#5c5c5c">
<meta name="Description"
content="slpdex - decentralized slp token exchange">
<link rel="icon"
type="image/x-icon"
href="favicon.ico">
<link rel="preconnect"
href="https://bitdb2.fountainhead.cash">
<link rel="preconnect"
href="https://slpdb.bitcoin.com">
<link rel="preconnect"
href="https://slpdb.fountainhead.cash">
<link rel="preconnect"
href="https://fonts.googleapis.com">
<link rel="preconnect"
href="https://fonts.gstatic.com">
<link rel="preconnect"
href="https://ajax.googleapis.com">
<link rel="manifest"
href="manifest.webmanifest">
<link rel="stylesheet" href="styles.f021bb85fdec1d5054a5.css"></head>
<body>
<!-- TextEncoding polyfill for Edge -->
<script src="https://cdn.jsdelivr.net/npm/text-encoding@0.7.0/lib/encoding.min.js"></script>
<!-- EventSource polyfill for Edge -->
<script src="https://cdn.jsdelivr.net/npm/event-source-polyfill@1.0.5/src/eventsource.min.js"></script>
<!-- Google Analytics -->
<script>
window.ga = window.ga || function () { (ga.q = ga.q || []).push(arguments) }; ga.l = +new Date;
ga('create', 'UA-141268227-1', 'auto');
ga('set', 'anonymizeIp', true);
ga('require', 'eventTracker');
ga('require', 'outboundLinkTracker');
ga('require', 'urlChangeTracker');
ga('require', 'outboundLinkTracker');
ga('send', 'pageview');
</script>
<script async
src="https://www.google-analytics.com/analytics.js"></script>
<script async
src="assets/autotrack.js"></script>
<!-- End Google Analytics -->
<script>
WebFontConfig = {
google: {
families: [
'Montserrat:400,500,600,700&display=swap',
]
}
};
(function (d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
wf.async = true;
s.parentNode.insertBefore(wf, s);
})(document);
</script>
<noscript>
Please enable JavaScript to run this application.
</noscript>
<app-root></app-root>
<script src="runtime-es2015.1bd185d540881b888b1a.js" type="module"></script><script src="polyfills-es2015.af68884a859628567b65.js" type="module"></script><script src="runtime-es5.9c322dcb09dabfb13e3f.js" nomodule></script><script src="polyfills-es5.842dea2f7039bf45d391.js" nomodule></script><script src="main-es2015.1bd5d79946c77fd67920.js" type="module"></script><script src="main-es5.b324734fb20f31e80cf6.js" nomodule></script></body>
</html>