https://github.com/donno2048/nohtml
This is a website with absolutely no HTML
https://github.com/donno2048/nohtml
html no-code
Last synced: 11 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T09:01:09.000Z (about 4 years ago)
- Last Synced: 2025-01-06T16:48:25.958Z (over 1 year 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
```