Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donno2048/nohtml
This is a website with absolutely no HTML
https://github.com/donno2048/nohtml
html no-code
Last synced: about 1 month ago
JSON representation
This is a website with absolutely no HTML
- Host: GitHub
- URL: https://github.com/donno2048/nohtml
- Owner: donno2048
- Created: 2021-06-07T22:27:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T09:01:09.000Z (over 2 years ago)
- Last Synced: 2024-11-17T05:34:11.283Z (3 months ago)
- Topics: html, no-code
- Language: Python
- Homepage: https://nohtmlatall.herokuapp.com/
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoHTML
> **Warning**
> Only supports Firefox[Demo](https://nohtmlatall.herokuapp.com/)
This is a website with absolutely no HTML source which can render HTML (and images, using box-shadowing as shown in [the :octocat: branch](https://github.com/donno2048/NoHTML/tree/octocat)),
yeah, you read it right, this website has no HTML but can render HTML.
If you right-click on the website and choose `View page source` you will see nothing, even though anything in _index.html_ will be displayed on the page.
## Install dflask
```sh
pip3 install dflask==1.0.0
```## Run
```sh
python3 main.py
```