-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
20 lines (20 loc) · 1.03 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/404Style.css">
<title>Oops.. Not found! 404</title>
<meta property="og:title" content="Angel's Web Stuff">
<link rel="shortcut icon" type="image/png" href="/favicons/logo.png">
<meta property="og:locale" content="en_US">
<meta name="description" content="Angel's cool and interesting things; projects, social media, and more..">
<meta property="og:description" content="Angel's cool and interesting things; projects, social media, and more..">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/747111170543976457/930418061549391923/angellabs_banner.png">
</head>
<body>
<div class="msg">404 Hmm</div>
<div class="msg2">Idk what you tried to do, but you clearly don't know either...</div>
<a href="/" class="back">🡄 Go back Home</a>
</body>
</html>