From 83b9975ab44cfb4787120e2a70dc63d23a4e30a2 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Tue, 23 Feb 2016 14:48:59 -0600 Subject: [PATCH] add two localhost addresses --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index c25c052..97f3526 100644 --- a/index.html +++ b/index.html @@ -173,6 +173,8 @@ { key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' }, { key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' }, { key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/results?search_query=' }, + { key: '0', name: '0.0.0.0', url: 'http://0.0.0.0'}, + { key: '9', name: '0.0.0.0:9000', url: 'http://0.0.0.0:9000'}, ] }); }());