-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path404.html
28 lines (23 loc) · 1.02 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SFTools</title>
<meta charset="utf-8">
<meta name="description" content="Collection of tools for Shakes & Fidget">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="res/favicon.png"/>
<link rel="stylesheet" href="css/global.css"/>
<script src="vendor/js/jquery.3.4.1.min.js"></script>
<script src="vendor/js/semantic.min.js"></script>
<script src="js/core/core.js"></script>
<script src="js/changelog.js"></script>
<script src="js/views/base.js"></script>
</head>
<body class="inverted !m-0 h-full">
<img src="res/drvcs.png" class="position-fixed left-8 bottom-0" width="300"/>
<div class="w-full h-full flex flex-col items-center justify-content-center text-white">
<h1 class="text-20" data-intl="404.title"></h1>
<p class="text-5" data-intl="404.text"></p>
</div>
</body>
</html>