From 3d380947d6fb3455b6c91e5212a8cb2c06f553da Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Wed, 27 Jul 2016 23:30:29 -0700 Subject: [PATCH] add default route port 8080 shortcut --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 940876a..dd2f701 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,8 @@ { key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' }, { key: 'u', name: 'Unsplash', url: 'https://unsplash.com', search: '/search?keyword=' }, { key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/weather?search_query=' }, - { key: 'Y', name: 'YTS', url: 'https://yts.ag', search: '/browse-movies/' } + { key: 'Y', name: 'YTS', url: 'https://yts.ag', search: '/browse-movies/' }, + { key: '8', name: '0.0.0.0:8080', url: 'http://0.0.0.0:8080' } ], // if none of the keys are matched, this is triggered