-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
26 lines (26 loc) · 1.32 KB
/
Copy path404.html
File metadata and controls
26 lines (26 loc) · 1.32 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Infinity Developer</title>
<meta content="Hi, I'm Infinity." property="og:title">
<meta content="Resources, apps, and more related to Infinity." property="og:description">
<!--<meta content="https://embed.com/this-is-the-site-url" property="og:url">
<meta content="https://embed.com/embedimage.png" property="og:image">
<meta content="#43B581" data-react-helmet="true" name="theme-color">-->
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="/images/icon_image.png" type="image/x-icon">
<link href="/css/style.css" rel="stylesheet" type="text/css" />
<script src="/js/load_offline.js"></script>
</head>
<body class="colouredimgbg" style="height: 100vh; width: 100vw;">
<script src="/js/getrickrolledhaha.js"></script>
<div class="centercontainer" style="flex-direction: column;">
<h1 style="font-size: 4vw;">Page not found</h1>
<p style="font-size: 1.8vw;">404, we couldn't find what you were looking for! <br><br>
<a href="/index.html" class="styled-link" style="font-size: 2.1vw;">Return Home</a>
</p>
</div>
</body>
</html>