diff --git a/index.html b/index.html
index 38cef20..56a1e86 100644
--- a/index.html
+++ b/index.html
@@ -1,128 +1,136 @@
-
-
-
-
-
- Tilde
+
+~
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
+ Clock.init();
+ Commander.init([
+ { key: 'i', url: 'https://inbox.google.com' },
+ { key: 'k', url: 'https://keep.google.com' },
+ { key: 'g', url: 'https://github.com' },
+ { key: 'r', url: 'https://www.reddit.com' },
+ { key: 't', url: 'https://twitter.com' },
+ { key: 'f', url: 'https://www.facebook.com' }
+ ]);
+ }());
+