-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
24 lines (24 loc) · 1.57 KB
/
404.html
File metadata and controls
24 lines (24 loc) · 1.57 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
---
permalink: /404.html
---
<head>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/setapdede/setapdede.github.io/main/favicon.ico" type="image/x-icon">
<title>A problem has occurred | Setap's Website</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<div class="header">
<img style="vertical-align:bottom" src="https://github.com/setapdede/setapdede.github.io/blob/main/logo.png?raw=true" width=140 height=35/> <button class="btnheader" onClick="window.location.href='https://setapdede.github.io';">Home</button><button class="btnheader" onClick="window.location.href='https://setapdede.github.io/news.html';">News</button><button class="btnheader" onClick="window.location.href='https://setapdede.github.io/stuff/stuff.html';">Stuff</button><button class="btnheader" onClick="window.location.href='https://setapdede.github.io/contact.html';">Contact</button>
</div>
<div class="content">
<br><br>
<h1>A problem has occurred</h1>
<p>We are sorry for the inconvinience. The error was caused because the URL you tried to access doesn't exist. Make sure that you spelt it correctly or it hasn't been moved. <br><br>
<center><button class="btn" onClick="window.location.href='https://setapdede.github.io';">Return to the homepage</button><button class="btn" onClick="window.location.href='https://setapdede.github.io/news.html';">Check if the page wasn't renamed</button></p></center>
</div>
<div class="footer">
<br>
<div class="pc">setapdede Productions 2016-2022</div>
<br>
</div>
</body>