-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (30 loc) · 1.83 KB
/
404.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
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pigeon's website</title>
<link type="text/css" rel="stylesheet" href="CSS/style.css"/>
<meta name="author" content="Pigeon">
<link rel="icon" href="CSS/images/pigeonface.jpg">
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Pigeon's Website">
<meta name="Keywords" content="pigeon,pigeon's website,old,oldinternet,linux,random">
<meta name="description" content="my personal website with some rando stuff i like. i try to keep this as updated as possible.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://pidgey.netlify.app">
<meta property="og:title" content="Pigeon's Website">
<meta property="og:description" content="my personal website with some rando stuff i like. i try to keep this as updated as possible.">
<meta property="og:image" content="https://pidgey.netlify.app/CSS/images/pigeonface.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://pidgey.netlify.app">
<meta property="twitter:title" content="Pigeon's Website">
<meta property="twitter:description" content="my personal website with some rando stuff i like. i try to keep this as updated as possible.">
<meta property="twitter:image" content="https://pidgey.netlify.app/CSS/images/pigeonface.jpg">
</head>
<body>
<h1 style="text-align: center;">404 Not Found</h1>
<p style="text-align: center;"><a href="index.html">go back</a> </p>
</body>
</html>