mirror of
https://github.com/jstrieb/urlpages.git
synced 2024-12-22 05:42:16 +01:00
Merge branch 'master' of github.com:jstrieb/urlpages
This commit is contained in:
commit
63d0923231
2 changed files with 10 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue