This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
forked from TotalFreedomMC/Website
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patherror.html
49 lines (39 loc) · 1.84 KB
/
error.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
<!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>Error...</title>
<!-- CSS -->
<link href="https://totalfreedom.me/fonts/material-icons.css" rel="stylesheet">
<link href="https://totalfreedom.me/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="https://totalfreedom.me/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">Page Not Found</h1>
<div class="row center">
<h5 class="header col s12 light">You have managed to stumble across a dead link... Sorry about that!</h5>
</div>
<div class="row center">
<a href="https://totalfreedom.me" id="download-button" class="btn-large waves-effect waves-light purple">Back to the home page!</a>
<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>
</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="https://totalfreedom.me/js/materialize.js"></script>
<script src="https://totalfreedom.me/js/init.js"></script>
</body>
</html>