-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 988 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=max">
<title>notsatoshi.xyz</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<main class="main-content">
<h1><a href="https://notsatoshi.xyz">notsatoshi.xyz</a></h1>
<h2>Articles</h2>
<h3>2022</h3>
<ul>
<li><a href="https://notsatoshi.xyz/change-the-default-docker-storage-location.html">Change the default Docker storage location</a></li>
<li><a href="https://notsatoshi.xyz/command-phase-script-execution-failed.html">Xcode 13 Command PhaseScriptExecution failed with a nonzero exit code</a></li>
<li><a href="https://notsatoshi.xyz/deno-vs-code-mac-os-issue.html">Visual Studio Code Deno project initialization failed</a></li>
</ul>
</main>
<footer>
<pre>
\
\ /\
( )
.( o ).
</pre>
</footer>
</body>
</html>