-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path502.html
More file actions
137 lines (114 loc) · 5.88 KB
/
502.html
File metadata and controls
137 lines (114 loc) · 5.88 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en-US">
<!-- HEAD -->
<head>
<meta charset="utf-8">
<title>Bad Gateway | Road Less Read</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<!-- Files -->
<link rel="shortcut icon" href="/assets/icon.ico" type="image/x-icon">
<link rel="stylesheet" href="/assets/style.css">
<!-- Links -->
<link rel="alternate" type="application/rss+xml" title="Road Less Read" href="/assets/rss.xml">
<link rel="webmention" href="https://webmention.io/zacharykai.net/webmention" />
<link rel="canonical" href="https://roadlessread.com/502">
<meta name="date" content="2026-02-05">
<meta name="last-modified" content="2026-02-05">
<meta name="description" content="The server got an invalid response from an upstream server, unfortunately! Try again in a little while, or head back to the homepage?">
</head>
<body>
<!-- SIDEBAR-->
<aside class="sidebar">
<!-- Skip/Return Link -->
<p><a href="#top" class="smalltext">Skip/Return To Top</a></p>
<!-- Mobile Menu Toggle -->
<input type="checkbox" id="menu-toggle" class="menu-toggle">
<!-- Menu -->
<header>
<!-- Mobile Menu -->
<div style="display: flex; justify-content: space-between; align-items: center;">
<p class="sitetitle"><a href="/">Road Less Read</a></p>
<label for="menu-toggle" class="menu-icon">
<span></span>
<span></span>
<span></span>
</label>
</div>
<!-- Menu Items -->
<nav>
<!-- Collections --->
<p><strong>Collections</strong></p>
<p>
<a href="/jots/">Jots</a> •
<a href="/lists/">Lists</a> •
<a href="/tools/">Tools</a>
</p>
<p>
<a href="/notes/">Notes</a> •
<a href="/reviews/">Reviews</a> •
<a href="/views/">Views</a>
</p>
<!-- Pages -->
<p class="pages"><strong>Pages</strong></p>
<p>
<a href="/about">About</a> •
<a href="/links">Links</a> •
<a href="/sitemap">Sitemap</a>
</p>
</nav>
<!-- Subscribe link -->
<p class="highlight"><a href="/subscribe">Subscribe</a></p>
</header>
<p class="smalltext">Est. 2019</p>
</aside>
<!-- MAIN CONTENT -->
<main class="main-content-area">
<!-- Header -->
<header>
<p class="smalltext">You Are Here → <a href="/">Homepage</a> ↴</p>
<h1 id="top">Bother! Bad Gateway</h1>
</header>
<!-- Body -->
<p>The server got an invalid response from an upstream server, unfortunately! It's not your fault. Try again in a little while, or head back to <a href="/">the homepage</a>?</p>
<section class="end" aria-hidden="true"></section>
<!-- FOOTER -->
<footer>
<!-- Newsletter Signup -->
<section class="newsletter">
<p><strong><em>The Internet Isn't Fun Anymore. I Have Nothing To Read.</em></strong></p>
<p>Rubbish! It's all there, but there's no map. So skip the searching.</p>
<p><strong><a href="/subscribe">Get your curated books and curiosities delivered!</a></strong></p>
</section>
<!-- H-Card -->
<section class="h-card vcard">
<section id="h-card-image">
<picture>
<source srcset="/assets/icon.webp" type="image/webp">
<img class="u-photo" loading="lazy" src="/assets/icon.png" alt="Zachary Kai's digital drawing: 5 stacked books (blue/teal/green/purple, black spine designs), green plant behind top book, purple heart on either side.">
</picture>
</section>
<section>
<p><strong><a class="u-url u-id p-name" href="https://roadlessread.com" rel="me">
<span class="fn">Zachary Kai</span></a></strong> —
<span class="p-pronouns">he/him</span> |
<a class="u-email email" href="mailto:hi@zacharykai.net" rel="me">hi@zacharykai.net</a></p>
<p class="p-note">Zachary Kai is a space fantasy writer, offbeat queer, traveler, zinester, and avowed generalist. The internet is his livelihood and lifeline.</p>
</section>
</section>
<!-- Acknowledgement Of Country -->
<section>
<p><strong>Acknowledgement Of Country</strong>: I owe my existence to the <a href="https://kht.org.au/" rel="noopener">Koori people's</a> lands: tended for millennia by the traditional owners and storytellers. What a legacy. May it prevail.</p>
</section>
<!-- Footer Links -->
<section>
<p><strong>Useful Links</strong>:
<a href="/changelog">Changelog</a> |
<a href="/contact">Contact</a> |
<a href="/random">Random Page</a> |
<a href="/reviewing">Review Policy</a></p>
</section>
</footer>
</main>
</body>
</html>