Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```