all repos — site @ 7b595dcc2c0ed5822988931440564fb92616d063

source for my site, found at icyphox.sh

pages/404.html (view raw)

 1<!DOCTYPE html>
 2<html lang=en>
 3  <link rel="stylesheet" href="/static/style.css" type="text/css">
 4  <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
 5  <meta name="description" content="Nothing like that here.">
 6  <meta charset="UTF-8">
 7  <meta name="viewport" content="initial-scale=1">
 8  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 9  <meta content="#222" name="theme-color">
10  <meta name="HandheldFriendly" content="true">
11  <meta name="twitter:card" content="summary_large_image">
12  <meta name="twitter:site" content="@icyphox">
13  <meta name="twitter:title" content="404">
14  <meta name="twitter:description" content="Nothing like that here.">
15  <meta name="twitter:image" content="/static/icyphox.png">
16  <meta property="og:title" content="404">
17  <meta property="og:type" content="website">
18  <meta property="og:description" content="Nothing like that here.">
19  <meta property="og:url" content="https://icyphox.sh">
20  <meta property="og:image" content="/static/icyphox.png">
21  <title>
22    404
23  </title>
24
25  <body> 
26    <h1>404</h1>
27    <p>
28    Nothing like that here.
29    </p>
30  </body>
31</html>