diff options
| -rw-r--r-- | LICENSE | 13 | ||||
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | index.html | 9 |
3 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2025 ilotterytea <iltsu@alright.party> + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO.
\ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8137640 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Webberino + +Twitch chat client, made in vanilla JavaScript.
\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..c484ff9 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>webberino</title> + </head> + <body> + <h1>xd</h1> + </body> +</html>
\ No newline at end of file |
