website/index.html
2024-01-16 16:11:56 -06:00

72 lines
2.0 KiB
HTML
Executable File

<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>The Missing Crowbar</title>
<meta name="description" content="TMC Servers. Minecraft server IP: mc.themissingcrowbar.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<script src="/jquery-3.6.0.min.js"></script>
<meta name="theme-color" content="#fafafa">
<script>
$(function(){
$('#navigationMenu').load('/reusable/navigation.html');
$('#ipList').load('/reusable/ip.html');
$('#mcServerRotationCountdown').load('/reusable/mcServerRotationCountdown.html');
});
</script>
</head>
<body>
<div id="navigationMenu"></div>
<div class="hero-image">
<div class="hero-text">
<h1 style="color: red; display: inline">The Missing Crowbar</h1>
<ul class="hero-text-list">
<li><a style="color: darkgrey" href="/mc/index.html">Minecraft</a></li>
</ul>
</div>
<form action="https://discord.gg/EA8mrWx">
<input type="submit" class="discord-link" value=""/>
</form>
<form action="https://www.reddit.com/r/TheMissingCrowbar/">
<input type="submit" class="reddit-link" value=""/>
</form>
</div>
<div id="ipList"></div>
<h1>Updates</h1>
<details>
<summary>NA</summary>
update content
</details>
</body>
</html>