-
Notifications
You must be signed in to change notification settings - Fork 0
/
StationsLocations.HTML
66 lines (62 loc) · 3.62 KB
/
StationsLocations.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
<html>
<head>˙¨˚ø˚¬^ø^∆<b>Welcome,</b>˙¨˚˙∆˚¬^¨ø˙∆˚˙∆˙˚˙∆˚¬^¨ø˙∆˚˙¨˚˙∆˚¬^¨ø˙∆˚˙∆˙¨˙˙∆˚¬^¨ø˙∆˚˙∆˙¨¬^˙∆˚˙∆˙˚∆˙∆˚¬˙∆˚˙¨^¬˚˙∆˚^¬˚˙∆˚
^¬˚˙∆˚<b>Lets</b>¨˚˙¨˚¬∆˙∆˙∆˚¬∆˚˙∆˚∆˙<b>Navigate</b>¨˚˙∆˚¬∆˙¨˚˙∆˚¬^¨ø˙∆˚˙∆˙¨¬^˙∆˚˙∆˙˚∆˙∆˚¬˙∆˚˙¨^¬˚˙∆˚¬∆˚˙∆˙¨˙¨˚˙∆¨˙∆˚˙∆˚˙¬¨˚˙∆˚
<meta charset='utf-8'>
<navigator class="MajorTom"></navigator>
<title>Stations Locations</title>
<meta name='viewport' content='width=device-width
initial-scale=1'>
<link rel="stylesheet" href="style.css">
<link rel='stylesheet' type='text/css' media='screen' href='style.css'>
<script src="http" defer>StationsLocations.html</script>
<script src=''></script>
<script> //127.0.0.1:5500/StationsLocations.HTML</script
</head>
<body>
<h1>Following Space Locations:</h1>
<a><b>Earth's Moon</b></a>
<p>Headquarters<p>
<p><b>Mars</b><p>
<p>Ziggy Stardust and the <i>Spiders from Mars, Bordello</i></p>
<p>'Bowies In Space'</p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/g8f_XCH3zmM?start=6" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe><div style="width:100%;height:0;padding-bottom:78%;position:relative;"><iframe src="https://giphy.com/embed/zeokpr57LUZJm" width="100%" height="100%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div><p><a href="https://giphy.com/gifs/noel-fielding-tmb-the-mighty-boosh-zeokpr57LUZJm">via GIPHY</a></p>
<div style="width:100%;height:0;padding-bottom:75%;position:relative;"><iframe src="https://giphy.com/embed/1Ahw87tCWK1CDTjbeF" width="100%" height="100%" style="position:absolute" frameBorder="0" class="giphy-embed" allowFullScreen></iframe></div><p><a href="https://giphy.com/gifs/nasa-history-nasa60th-nasahistory-1Ahw87tCWK1CDTjbeF">via GIPHY</a></p>
<!-- Code injected by live-server -->
<script type="text/javascript">
// <![CDATA[ <-- For SVG support
if ('WebSocket' in window) {
(function () {
function refreshCSS() {
var sheets = [].slice.call(document.getElementsByTagName("link"));
var head = document.getElementsByTagName("head")[0];
for (var i = 0; i < sheets.length; ++i) {
var elem = sheets[i];
var parent = elem.parentElement || head;
parent.removeChild(elem);
var rel = elem.rel;
if (elem.href && typeof rel != "string" || rel.length == 0 || rel.toLowerCase() == "stylesheet") {
var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, '');
elem.href = url + (url.indexOf('?') >= 0 ? '&' : '?') + '_cacheOverride=' + (new Date().valueOf());
}
parent.appendChild(elem);
}
}
var protocol = window.location.protocol === 'http:' ? 'ws://' : 'wss://';
var address = protocol + window.location.host + window.location.pathname + '/ws';
var socket = new WebSocket(address);
socket.onmessage = function (msg) {
if (msg.data == 'reload') window.location.reload();
else if (msg.data == 'refreshcss') refreshCSS();
};
if (sessionStorage && !sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer')) {
console.log('Live reload enabled.');
sessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer', true);
}
})();
}
else {
console.error('Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading.');
}
// ]]>
</script>Thats all for now..Thanks for visiting!</body>
</html>