From ce01ad153483e3851e01b17e9b44a84bb80bfe80 Mon Sep 17 00:00:00 2001 From: raph Date: Sun, 1 May 2016 23:29:38 +0200 Subject: [PATCH] some progress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tests and text, nothin’ fancy --- index.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++--- style.css | 4 ++++ 2 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 9d02a96..ad83a7e 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Anywhere @@ -25,12 +25,72 @@ - -

What up, world?

+
+
+
+ open_with + flip_to_back + open_in_browser +
+ + + +

drag & drop this bookmarklet into your fav bar.

+

Then, continue browsing as usual.

+

When you click it, it follows any link on the page.

+

We have no idea what happens next.

+ + + +
+
+ +
+
+
+ + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..c29f303 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +body { + background: #EEEEEE; + text-align:center; +}