81 lines
2.5 KiB
HTML
Executable File
81 lines
2.5 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.tmcservers.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="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">
|
|
<!-- Place favicon.ico in the root directory -->
|
|
|
|
<link rel="stylesheet" href="css/normalize.css">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
|
|
<meta name="theme-color" content="#fafafa">
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
|
<script>
|
|
$(function(){
|
|
$('#navigationMenu').load('recycle/navigation.html');
|
|
$('#ipList').load('recycle/ip.html');
|
|
});
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Add your site or application content here -->
|
|
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
|
|
<script src="js/plugins.js"></script>
|
|
<script src="js/main.js"></script>
|
|
|
|
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
|
|
<script>
|
|
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
|
|
ga('create', 'UA-169917280-1', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
|
|
</script>
|
|
<script src="https://www.google-analytics.com/analytics.js" async></script>
|
|
|
|
<h1>Home</h1>
|
|
|
|
<div id="navigationMenu"></div>
|
|
|
|
<img class="spawnSlides" src="mc/images/spawn/spawn1.png" alt=""/>
|
|
<img class="spawnSlides" src="mc/images/spawn/spawn2.png" alt=""/>
|
|
<img class="spawnSlides" src="mc/images/spawn/spawn3.png" alt=""/>
|
|
<script>
|
|
let slideIndex = 0;
|
|
carousel();
|
|
|
|
function carousel() {
|
|
let i;
|
|
const x = document.getElementsByClassName("spawnSlides");
|
|
for (i = 0; i < x.length; i++) {
|
|
x[i].style.display = "none";
|
|
}
|
|
slideIndex++;
|
|
if (slideIndex > x.length) {slideIndex = 1}
|
|
x[slideIndex-1].style.display = "block";
|
|
setTimeout(carousel, 7000); // Change image every 2 seconds
|
|
}
|
|
</script>
|
|
|
|
<div id="ipList"></div>
|
|
|
|
<h2>Updates</h2>
|
|
<p>New Website in the works!!</p>
|
|
</body>
|
|
|
|
</html>
|