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

Commit 207af5a

Browse files
authored
README.md: redirect issues to main repo
1 parent 42832a6 commit 207af5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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. Or, you can just clone this repository and serve it as a static site yourself 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). 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:
22
```
33
python -m http.server
44
```
5+
6+
Report any issues to the main Picocrypt/Picocrypt repository and prefix the title with 'Web:'.

0 commit comments

Comments
 (0)