Merge branch 'master' of github.com:jstrieb/urlpages

This commit is contained in:
Jacob Strieb 2020-05-19 22:13:19 -04:00
commit 63d0923231
2 changed files with 10 additions and 3 deletions

View File

@ -20,6 +20,11 @@
Read the Hacker News Discussion [here](https://news.ycombinator.com/item?id=20317840)
## Encrypt
It is now possible to encrypt URL Pages using [Link Lock](https://github.com/jstrieb/link-lock). This static, distributed web application uses AES in the browser to encrypt the URL without transmitting any data. The encrypted link is then stored in a Link Lock URL, which, when visited, can only be unlocked with a password.
## How it works
As hinted by its name, URL Pages works by storing the entire contents of a web page in the URL.

View File

@ -58,7 +58,9 @@ label, input[type="checkbox"] {
}
label {
margin: 5px;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
padding-bottom: 0;
padding-top: 0;
background: white;
color: black;
}