-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindexbackup.html
76 lines (73 loc) · 4.22 KB
/
indexbackup.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="Mineshafter61, YJJcoolcool">
<meta name="keywords" content="Limaru, Limaru City, Limaru City Server, Mineshafter, Mineshafter61, YJJcoolcool, YJJ, Mike Shafter, YJJ City, YJJ City Project, Minecraft Limaru, Minecraft YJJ City, YJJ City Minecraft, Limaru Minecraft">
<meta name="description" content="Welcome to the official Limaru Site!">
<meta property="og:url" content="https://mineshafter61.github.io/LimaruSite/index.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Limaru - Create. Build. Explore." />
<meta property="og:site_name" content="Limaru">
<meta property="og:url" content="https://github.com/Mineshafter61/LimaruSite">
<meta property="og:description" content="Welcome to the official Limaru Site!" />
<meta property="og:image" content="https://mineshafter61.github.io/LimaruSite/Resources/coloured.png" />
<meta name="theme-color" content="#FFFF00">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Limaru - Create. Build. Explore.</title>
<link rel="shortcut icon" href="Resources/coloured.png" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="Resources/horizontal-white-var.svg" style="height: auto;width: 15%; padding-left:7%;" />
<div style="float: right; padding-right:7%">
<a class="active">Home</a>
<a href="story.html">Our Story</a>
<a href="railmap.html">Fare Calculator</a>
<a href="http://play.limaru.cf:8077">Dynmap</a>
<a href="rules.html">Server Rules</a>
</div>
</header>
<div id="main-picture">
<div id="quote">
<img id="limaruflag"/>
<h1>Innovate, Create, Experience.</h1>
<p id="p1">A city server with a constant power struggle that makes it so much more.</p>
<input type="text" class="hidden" id="serverIP" value="play.limaru.cf:25580"/>
<h2 class="tooltip" id="serverip" onclick="copyIP()">play.limaru.cf:25580<span class="tooltiptext" id="serverIPtooltip">Click to copy!</span><p id="p2">Java 1.15</p></h2>
<a href="https://discord.gg/ZDQHGbr" style="text-decoration: none;" target="_blank">
<h2 id="discordinvite" class="tooltip"><img src="Resources/Discord-Logo-White.png"><span id="text">Join our Discord!</span><span class="tooltiptext" id="serverIPtooltip">Click to join!</span></h2>
</a>
</div>
</div>
<div id="AnnounceEvents">
<div class="AE announce">
<h1>Latest Announcements</h1>
<p>There are no Announcements to show.</p>
</div>
<div class="AE events">
<h1>Events</h1>
<p>There are no Events to show.</p>
</div>
<div id="youtube">
<h1>Latest Videos from Limaru</h1>
<div id="yjjcity">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<iframe class="latestVideoEmbed" vnum='0' cid="UClXAzRUETUB8Zqn7PwaPBSQ" width="540" height="304" frameborder="0" allowfullscreen allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<iframe class="latestVideoEmbed" vnum='1' cid="UClXAzRUETUB8Zqn7PwaPBSQ" width="540" height="304" frameborder="0" allowfullscreen allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
</div>
<hr>
<br>
<h1>Latest Videos from YJJ City Project</h1>
<div id="yjjcity">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<iframe class="latestVideoEmbed" vnum='0' cid="UCwrTn_ZR2yjRZrdtlzfYs2A" width="540" height="304" frameborder="0" allowfullscreen allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
<iframe class="latestVideoEmbed" vnum='1' cid="UCwrTn_ZR2yjRZrdtlzfYs2A" width="540" height="304" frameborder="0" allowfullscreen allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
</div>
</div>
</div>
</body>
<script async src="./scripts.js"></script>
<script async src="youtubevideos.js"></script>
</html>