-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy patherror.html
More file actions
15 lines (14 loc) · 643 Bytes
/
error.html
File metadata and controls
15 lines (14 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8"/>
<title>Not Found</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css">
<link href="https://faforever.com/styles/css/site.min.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" th:href="@{/css/style.css}" type="text/css"/>
</head>
<body>
<div class="background hero"></div>
<h1 class="primary-color" style="position: fixed; top: 30%; left: 20%;">Oops... Something went wrong!</h1>
</body>
</html>