-
Notifications
You must be signed in to change notification settings - Fork 1
/
bad-request.html
50 lines (44 loc) · 1.49 KB
/
bad-request.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
50
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- General Site Meta (favicon ect.) -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Malformed URL | Thundercraft5.Github.io</title>
<link rel="icon" href="/resources/images/favicon.ico" type="image/x-icon" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Initiation JS -->
<script src="/js/init.js"></script>
<!-- Load CSS as early as possible-->
<link rel="preload" href="/css/index.css" as="style">
<link rel="stylesheet" href="/css/index.css">
<!-- Preload styles/scripts -->
<link rel="modulepreload" href="/js/index.js" as="script">
<!-- Load resources -->
<script src="/js/index.js" type="module" defer></script>
</head>
<body>
<div class="topnavWrapper">
<nav class="topnav">
<div class="logo">
<a href="/index.html">
<img src="/resources/images/Logo.png" width="40" height="40">
</a>
<div class="headerTextContainer">
<div class="headerText"><a href="/index.html" class="blackLink">Thundercraft5.Github.IO</a></div>
</div>
</div>
<div class="navMenu">
<div class="topNavMenu">
<span>Projects</span>
<ul class="topNavMenu-dropdown"></ul>
</div>
</div>
</nav>
</div>
<main class="400">
<div class="center largeText"><div class="veryLargeText">400!</div>The URL you requested is malformed. Please try again.</div>
</main>
</body>
</html>