Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 2f54393

Browse files
authored
README.md: remove link to old web
It doesn't have as many safeguards such as max file size which can cause unreliable situations.
1 parent 207af5a commit 2f54393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Note: this repository hosts the web interface for Picocrypt in a server-like style for optimal performance and size, so there are multiple files to be loaded by the browser (you can't save an offline copy into a single file). If you're looking for a single page downloadable web interface, the older https://github.com/Picocrypt/Web contains the code and instructions for that (but use this repository whenever possible as it contains more safeguards). You can clone this repository and serve it as a static site yourself by uploading the files to your own GitHub Pages, etc. or locally with something as simple as:
1+
Note: this repository hosts the web interface for Picocrypt in a server-like style for optimal performance and size, so there are multiple files to be loaded by the browser (you can't save an offline copy into a single file). You can clone this repository and serve it as a static site yourself by uploading the files to your own GitHub Pages, etc. or locally with something as simple as:
22
```
33
python -m http.server
44
```

0 commit comments

Comments
 (0)