-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
44 lines (43 loc) · 2.27 KB
/
404.html
File metadata and controls
44 lines (43 loc) · 2.27 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Game Studio">
<meta name="keywords" content="develop,game,studio,simulator">
<title>NextOct Studio - 404</title>
<link rel="stylesheet" href="https://www.nextoct.top/styles/main.css">
<link rel="stylesheet" href="https://www.nextoct.top/styles/header.css">
<link rel="stylesheet" href="https://www.nextoct.top/styles/content.css">
<link rel="stylesheet" href="https://www.nextoct.top/styles/footer.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Cabin" />
<link rel="shortcut icon" href="https://s21.ax1x.com/2024/11/18/pARgfqf.png" type="image/x-icon">
</head>
<body>
<div class="content">
<header class="header">
<div class="header-left">
<div class="logo" onclick="window.location.href='https://www.nextoct.top/';"><img class="logo" src="https://www.nextoct.top/images/noslogo.png" alt="" border="0"></div>
<h1 class="site-title" onclick="window.location.href='https://www.nextoct.top/';">NextOct Studio</h1>
</div>
</header>
<main class="main-content">
<h2 class="section-title">404</h2>
<p>
Sorry! That page does not exist. It may have been removed or moved to a new section on the site. Click <a class="content-link" href="https://www.nextoct.top/">here</a> go back to the home page.
</p>
</main>
</div>
<div class="footer" id="footer">
<div class="footer-main" id="footer-main">
<div class="footer-content">
<span class="footer-title">NextOct Studio</span></br>
</div>
<div class="footer-copyright">
<span>© 2024 Jansuoh. <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. (<a href="https://www.flickr.com/photos/87347455@N00/3998141741">Background Image</a> is under <a href="https://creativecommons.org/licenses/by/2.0/deed.en">CC BY 2.0</a>.)</span>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="https://www.nextoct.top/js/footer.js" async></script>
</html>