-
Notifications
You must be signed in to change notification settings - Fork 1
/
map.html
62 lines (60 loc) · 2.31 KB
/
map.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Yggdrasil Network | Network Fallback Map</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Thingylabs">
<meta name="description" property="og:description" content="Yggdrasil is a new and experimental compact routing scheme designed for mesh or even Internet-like networks.">
<meta name="image" property="og:image" content="https://ygg.thingylabs.io/image.webp">
<meta property="og:title" content="Yggdrasil Network | Network Fallback Map">
<meta property="og:url" content="https://ygg.thingylabs.io/">
<meta property="og:description" content="Yggdrasil is a new and experimental compact routing scheme designed for mesh or even Internet-like networks.">
<meta property="og:image" content="https://ygg.thingylabs.io/image.webp">
<link rel="stylesheet" href="bootstrap.purged.css">
<link rel="stylesheet" href="style.css">
<script defer src="lib/custom-elements.min.js"></script>
<script defer src="dist/index.js" type="module"></script>
<style>
iframe {
height: 100% !important;
display: block;
border-radius: 4px;
background-color: white;
}
.react-terminal span {
color: rgb(37, 42, 51);
font-size: small;
position: absolute;
right: 8px;
bottom: 4px;
background-color: white;
}
.react-terminal span a {
color: #0000EE;
}
.react-terminal span a:visited {
color: #551A8B;
}
.react-terminal {
position: relative;
}
</style>
</head>
<body>
<div id="terminal">
<div class="container">
<x-nav></x-nav>
<div class="react-terminal-wrapper" data-terminal-name="">
<x-buttons></x-buttons>
<div class="react-terminal">
<span>(Network fallback path map. Source: <a href="http://51.15.204.214/#22a:bd80:1588:5365:e467:c5fa:6123:5018">51.15.204.214</a>)</span>
<iframe src="https://ygg.thingylabs.io/map/#22a:bd80:1588:5365:e467:c5fa:6123:5018"></iframe>
</div>
</div>
<x-footer></x-footer>
</div>
</div>
<script defer src="lib/prefetch-via-yggdrasil.js"></script>
</body>
</html>