From 78c21a283b370c4443287e63d1db0a612a8ffadc Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Mon, 1 Feb 2016 00:41:16 -0800 Subject: [PATCH] a little clean up --- index.html | 248 +++++++++++++++++++++++++++-------------------------- 1 file changed, 128 insertions(+), 120 deletions(-) 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' } + ]); + }()); +