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

https://github.com/2kabhishek/wywiwyg

What You Write Is What You Get, HTML Quine. ✏🔁
https://github.com/2kabhishek/wywiwyg

art html html-quine quine trick

Last synced: about 1 month ago
JSON representation

What You Write Is What You Get, HTML Quine. ✏🔁

Awesome Lists containing this project

README

          

WYWIWYG


License


People


Stars


Forks


Watches


Last Updated

What You Write Is What You Get.

This is an HTML Quine, a program which that produces a copy of its own source code as its only output.

## Getting WYWIWYG

To install WYWIWYG, follow these steps:

```bash
git clone https://github.com/2kabhishek/WYWIWYG
cd WYWIWYG
```

## Using WYWIWYG

Open `index.html` in your browser or visit [https://2kabhishek.github.io/WYWIWYG](https://2kabhishek.github.io/WYWIWYG).

## Adding more tags

- Add a :before rule with content as opening tag
- Add an :after rule with content as closing tag
- Use the tag in html

### To-Do

- [ ] Add more tags and styling.

Hit the :star: button if you found this useful.

### More Info