Skip to content

Commit 0053b86

Browse files
author
GitHub Actions
committed
Deploy gamingrobot/doingstuff.dev to gamingrobot/doingstuff.dev:gh-pages
0 parents  commit 0053b86

File tree

107 files changed

+6474
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+6474
-0
lines changed

404.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
5+
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
6+
<meta content="width=device-width, initial-scale=1.0, maximum-scale=5" name="viewport"/>
7+
<meta name="theme-color" content="#0d314b"/>
8+
<title>
9+
10+
404 - Doing Stuff
11+
12+
</title>
13+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://doingstuff.dev/apple-touch-icon-144-precomposed.png">
14+
<link href="https://doingstuff.dev/favicon.png" rel="icon" type="image/x-icon"/>
15+
<link rel="preload" href="https://doingstuff.dev/fonts/atkinson/AtkinsonHyperlegibleNext-VariableFont.ttf" as="font" type="font/ttf" crossorigin>
16+
<link rel="preload" href="https://doingstuff.dev/fonts/atkinson/AtkinsonHyperlegibleMono-VariableFont.ttf" as="font" type="font/ttf" crossorigin>
17+
18+
<link rel="alternate" type= "application/atom+xml" title="RSS" href="https://doingstuff.dev/atom.xml"/>
19+
20+
21+
22+
<meta content="website" property="og:type"/>
23+
<meta content="Doing Stuff" property="og:site_name"/>
24+
<meta content="https://doingstuff.dev" property="og:url"/>
25+
<meta content="https://doingstuff.dev" property="twitter:url"/>
26+
27+
28+
29+
<link href="https://doingstuff.dev/fonts.css" rel="stylesheet" type="text/css"/>
30+
<link href="https://doingstuff.dev/doingstuff.css" rel="stylesheet" type="text/css"/>
31+
<link href="https://doingstuff.dev/print.css" rel="stylesheet" media="print" type="text/css"/>
32+
33+
34+
35+
</head>
36+
<body>
37+
<!--Fix Firefox FOUC-->
38+
<script>0</script>
39+
<div class="container">
40+
<nav class="topbar">
41+
<div class="topbar-text">
42+
<div class="topbar-title">
43+
<a href="/"><span>Doing Stuff</span></a>
44+
</div>
45+
<div class="topbar-menu">
46+
47+
<a href="https://doingstuff.dev/posts"><span>Posts</span></a>
48+
49+
<a href="https://doingstuff.dev/atom.xml"><span>RSS</span></a>
50+
51+
<a href="https:&#x2F;&#x2F;creekmore.dev"><span>About</span></a>
52+
53+
</div>
54+
</div>
55+
</nav>
56+
<div class="content">
57+
58+
<h1>404: Page not found</h1>
59+
<p>Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="https:&#x2F;&#x2F;doingstuff.dev">Head back home</a> to try finding it again.</p>
60+
<p style="margin:auto"><img style="margin:auto" src="https://doingstuff.dev/img/lost.gif"></p>
61+
62+
63+
64+
</div>
65+
</div>
66+
67+
68+
69+
<script data-goatcounter="https://grbt-doingstuff.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script>
70+
71+
</body>
72+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
doingstuff.dev

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Blog
2+
https://doingstuff.dev
3+
4+
# About
5+
https://creekmore.dev
1.71 KB
Loading

0 commit comments

Comments
 (0)