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. ✏🔁
- Host: GitHub
- URL: https://github.com/2kabhishek/wywiwyg
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-12-06T20:32:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:44:56.000Z (over 2 years ago)
- Last Synced: 2025-01-12T03:27:59.057Z (9 months ago)
- Topics: art, html, html-quine, quine, trick
- Language: HTML
- Homepage: https://2kabhishek.github.io/WYWIWYG
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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