From d13021baec5d3b511b4e07836af4e1562ac02092 Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Wed, 22 Apr 2020 18:50:44 +0200 Subject: [PATCH] Change app layout --- README.md | 2 -- index.html | 13 +++++++------ index.js | 26 +++++++++++++------------- style.css | 52 ++++++++++++++++++++++++++++++++++++++++------------ 4 files changed, 60 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 42170d3..5a943fa 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,12 @@ As a result, there is no risk of data being lost or deleted. Nobody will ever be > **Note:** This project is a clone of [Topaz's paste service][topaz-example], with a reworked design and additional features such as syntax highlighting, line numbers, and more - ## How it works When you click on "Generate Link", the whole text is compressed using the [LZMA algorithm](https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm), encoded in [Base64](https://en.wikipedia.org/wiki/Base64), and put in the optional fragment at the end of the URL: `bokub.github.io/paste/#` When you open a link which contains data, the fragment is decoded, decompressed, and displayed in the editor - ## Embedded Paste snippets You can include code snippets into your own website by clicking the _Embed_ button and using the generated HTML code diff --git a/index.html b/index.html index a0ff99b..a6c52ba 100644 --- a/index.html +++ b/index.html @@ -34,17 +34,18 @@ npm/codemirror@5.52.0/theme/dracula.min.css -
-
-