diff options
| author | marcellus <msimon_fr@hotmail.com> | 2025-03-06 17:06:52 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2025-03-06 17:06:52 +0100 |
| commit | 16ad6baa233b7ac7afad66dcee58321a456e81b2 (patch) | |
| tree | 2c573d3acdb817ac51dc21bd0f176ea432e4dadb /index.html | |
init: intialization
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..e5873dc --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<head> + <title>The WordArt Kitsch</title> + <link rel="stylesheet" type="text/css" href="wordart.css"> + <link rel="stylesheet" type="text/css" href="style.css"> +</head> +<body> + <div class="wordart rainbow"><h1 class="text">Melonland EZine #3<br>The WordArt Kitsch</h1></div> + <br> + <div class="wordart superhero"><h2 class="text">What?</h2></div> + <br> + <div class="wordart tilt"><h3 class="text">Kitsch</h3></div> + <br> + <div class="wordart tilt"><h3 class="text">Examples</h3></div> + <br> + <div class="wordart tilt"><h3 class="text">WordArt</h3></div> + <br> + <div class="wordart superhero"><h2 class="text">Playing with the features</h2></div> + <br> + <div class="wordart superhero"><h2 class="text"><a href="https://www.youtube.com/watch?v=M9J6DKJXoKk" target=blank>Dr. Kleiner sings or something</a></h2></div> + <br> + <footer>Written by 👋 with ❤️ in a short amount of ⌛ by Marcellus, going back to my compiler project</footer> +</body> |
