mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
1e29e694de
The entire of the old site doesn't work when hosted how we now host the site, so I've replaced it with a landing page. New site design to then come in due course.
49 lines
1.7 KiB
HTML
49 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
|
|
<title>Website Coming Soon</title>
|
|
|
|
<!-- CSS -->
|
|
<link href="fonts/material-icons.css" rel="stylesheet">
|
|
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
</head>
|
|
<body>
|
|
<div class="section no-pad-bot" id="index-banner">
|
|
<div class="container">
|
|
<br><br>
|
|
<h1 class="header center blue-text">Website Coming Soon!</h1>
|
|
<div class="row center">
|
|
<h5 class="header col s12 light">We're working on the website, we'll be back up and running soon!</h5>
|
|
</div>
|
|
<div class="row center">
|
|
<a href="https://forum.totalfreedom.me" id="download-button" class="btn-large waves-effect waves-light blue">Take Me To The Forums!</a>
|
|
<a href="https://world-download.totalfreedom.me" id="download-button" class="btn-large waves-effect waves-light green">Take Me To The World Downloader!</a>
|
|
<br><br><br><p>The old website was a bit rubbish, so we need to update it. Head over to the forums, or join us in-game today <3 </p>
|
|
</div>
|
|
<br><br>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="container">
|
|
<div class="section">
|
|
|
|
<div class="card-panel green lighten-1"><center><b>Join the server on <b>play.totalfreedom.me</b></i></b></center></div>
|
|
|
|
|
|
</div>
|
|
<br><br>
|
|
</div>
|
|
|
|
|
|
<!-- Scripts-->
|
|
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
|
<script src="js/materialize.js"></script>
|
|
<script src="js/init.js"></script>
|
|
|
|
</body>
|
|
</html>
|