diff --git a/public/get-keys.html b/public/get-keys.html
new file mode 100644
index 0000000..2258c61
--- /dev/null
+++ b/public/get-keys.html
@@ -0,0 +1,65 @@
+
+
+/blankX/get-keys.html
+
+
+
+/blankx/get-keys.html
+I don't know what a "static site generator" is
+
+The keyserver way:
+
+- Go to a keyserver (usually they sync, right? I use hkps://hkps.pool.sks-keyservers.net)
+gpg --recv-key 2C7F61F5
+
+
+The keybase way (through website):
+
+- Go to my keybase account
+- Click on CC15 FC82 2C7F 61F5
+- Click on this key
+- Copy EVERYTHING IN IT
+- Paste it into a file (like blankX.asc) and save it
+gpg --import keyname
gpg --import blankX.asc
+
+
+The keybase way (through CLI):
+
+keybase pgp pull blank_x
+
+
+The keybase way (through curl):
+
+curl https://keybase.io/blank_x/key.asc | gpg --import
+
+
+The bother amolith way:
+
+- Ask amolith for my public key. His contact methods here
+
+
+The messages way on Telegram:
+
+- Go here, here and here
+- String them together in a file
+gpg --import keyname
, like gpg --import blankX.asc
+
+
+The go to my gitlab repo way:
+
+- Download this file
+gpg --import keyname
, like gpg --import blankX.asc
+
+
+The go to my gitlab repo way (through curl):
+
+curl https://gitlab.com/blankX/random-repo/raw/master/blankX.asc | gpg --import
+
+
+The file way on Telegram:
+
+- Download this file
+gpg --import keyname
, like gpg --import blankX.asc
+
+
+