-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
32 lines (25 loc) · 1.38 KB
/
index.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
<html>
<head>
<script defer data-domain="mysteries.wizardzines.com" src="https://plausible.io/js/script.js"></script>
<style>
body{max-width:650px;margin:40px auto;padding:0 10px;font:18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";color:#444}h1,h2,h3{line-height:1.2}@media (prefers-color-scheme: dark){body{color:white;background:#444}a:link{color:#5bf}a:visited{color:#ccf}}
</style>
</head>
<body>
There are five mysteries here right now: <br><br>
<p>
<a href="/slow-website.html">The Case of the Slow Websites</a> <br>
<a href="/connection-timeout.html">The Case of the Connection Timeout</a> <br>
<a href="/problem-dns-update.html">The Case of the DNS Update that Didn't Work</a> <br>
<a href="/50ms-request.html">The Case of the 50ms Request</a> <br>
<a href="/docker-connection.html">The Case of the Failed Docker Connection</a>
</p>
<p>
Go back to <a href="https://wizardzines.com">wizardzines.com</a>
</p>
<p>
GitHub repository: <a href="https://github.com/jvns/twine-stories/">jvns/twine-stories</a> <br>
Blog post about this project: <a href="https://jvns.ca/blog/2021/04/16/notes-on-debugging-puzzles/">Notes on building debugging puzzles</a>
</p>
</body>
</html>