forked from jeremynoesen/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
not-found.html
executable file
·25 lines (25 loc) · 1.11 KB
/
not-found.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Page Not Found</title>
<link rel="shortcut icon" type="image/png" href="home/resources/coding.png"/>
<meta property="author" content="Wyatt Duberstein"/>
<meta property="description" content="Page Not Found"/>
<meta property="og:description" content="Page Not Found"/>
<meta property="og:image" content="https:wyattduber.com/home/resources/coding.png"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:image:width" content="512"/>
<meta property="og:image:height" content="512"/>
<meta property="og:title" content="Page Not Found"/>
<meta property="og:type" content="website"/>
<meta name="twitter:title" content="Page Not Found">
<meta name="twitter:description" content="Page Not Found">
<meta name="twitter:image" content="https:wyattduber.com/home/resources/coding.png">
<meta name="twitter:card" content="summary">
<meta name="theme-color" content="#01040e">
<meta http-equiv="refresh" content="0; url=https://wyattduber.com/not-found/">
</head>
<body>
</body>
</html>