-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
79 lines (50 loc) · 3.03 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="https://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.78.1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Page not found · Roy's blog</title>
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="http://roy.red/css/print.css" media="print">
<link type="text/css" rel="stylesheet" href="http://roy.red/css/poole.css">
<link type="text/css" rel="stylesheet" href="http://roy.red/css/syntax.css">
<link type="text/css" rel="stylesheet" href="http://roy.red/css/hyde.css">
<link type="text/css" rel="stylesheet" href="http://roy.red/css/glslEditor.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700">
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic" rel="stylesheet" type="text/css">
<script type="application/javascript" src="/scripts/glslEditor.js"></script>
<script type="text/javascript" src="/scripts/GlslCanvas.js"></script>
<script type="text/javascript" src="/scripts/main.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous"
onload='renderMathInElement(document.body, {delimiters:[
{left: "$", right: "$", display: false},
{left: "@@", right: "@@", display: true},
]});'></script></script>
</head>
<body class="theme-base-08 ">
<aside class="sidebar">
<div class="container">
<div class="sidebar-about">
<a href="http://roy.red/"><h1>Roy's blog</h1></a>
<p class="lead">
</p>
</div>
<nav>
<ul class="sidebar-nav">
<li><a href="http://roy.red/">Home</a> </li>
<li><a href="https://github.com/RoyWiggins/"> Github </a></li><li><a href="/editor"> Shader Editor </a></li><li><a href="https://twitter.com/RoyWiggins/"> Twitter </a></li>
<li><a href="/pages/resources/"> Resources </a></li><li><a href="/pages/resume/"> </a></li>
</ul>
</nav>
</div>
</aside>
<main class="content container">
<h1>404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="http://roy.red/">Head back home</a> to try finding it again.</p>
</main>
</body>
</html>