diff --git a/public/cheatsheet.html b/public/cheatsheet.html
new file mode 100644
index 000000000..49ac0968d
--- /dev/null
+++ b/public/cheatsheet.html
@@ -0,0 +1,288 @@
+
+
+
+
+
+ Impeccable Command Cheatsheet
+
+
+
+
+
+
+
+
+
+
+
+ Loading commands...
+
+
+
+
+
+
+
diff --git a/public/css/main.css b/public/css/main.css
index 56643e7a2..dd115eeeb 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -406,6 +406,17 @@ code {
max-width: 50ch;
}
+.cheatsheet-link {
+ color: var(--color-accent);
+ text-decoration: none;
+ font-size: 0.875rem;
+ margin-left: 0.5em;
+}
+
+.cheatsheet-link:hover {
+ text-decoration: underline;
+}
+
.section-lead {
font-size: clamp(1.125rem, 2.5vw, 1.5rem);
line-height: 1.5;
diff --git a/public/index.html b/public/index.html
index 091ede891..34b309c76 100644
--- a/public/index.html
+++ b/public/index.html
@@ -200,7 +200,7 @@
@@ -515,6 +515,7 @@