summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 0c0e403..976d5cb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -11,6 +11,7 @@
<title>a73x</title>
<link rel="stylesheet" href="/static/styles.css">
<link rel="stylesheet" href="/static/syntax.css">
+ <link rel="icon" type="image/x-icon" href="/static/favicon.svg">
</head>
<body>
@@ -52,7 +53,9 @@
<h1 id="tidbits">tidbits</h1>
-<h2 id="go">#go</h2>
+<p>Arbitrary bits of information</p>
+
+<h2 id="go">go</h2>
<ul>
<li>layout packages by what they do, not by their abstract type</li>
@@ -67,7 +70,7 @@
more CPU == more contention</li>
</ul>
-<h2 id="git">#git</h2>
+<h2 id="git">git</h2>
<ul>
<li><code>git reflog</code> will save you when you mess up</li>