diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-12 21:55:28 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-12 21:55:28 +0000 |
| commit | 07acabac2f68c0a936ec9ea8aa27b36d920020ee (patch) | |
| tree | 45b220cca643058474f1bfebb7b250b7c4e4c99e /nzuum/index.html | |
| parent | 2ffe219d507ae574216ed9930e2bab67fa00af58 (diff) | |
added a bunch of cool stuff
Diffstat (limited to 'nzuum/index.html')
| -rw-r--r-- | nzuum/index.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/nzuum/index.html b/nzuum/index.html new file mode 100644 index 0000000..4167889 --- /dev/null +++ b/nzuum/index.html @@ -0,0 +1,42 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>nzuum</title> + <link rel="stylesheet" href="style.css"> + <link rel="icon" type="image/x-icon" href="../images/symlinx-icon.png"> + </head> + <body> + <h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / nzuum ]</h1> + <p>[ INSERT TAGLINE HERE ]</p> + <br> + + <h2>Where to find me</h2> + + <div class="block"> + <h3><a href="https://youtube.com/@nzuum">YouTube</a></h3> + <h4>[ https://youtube.com/@nzuum ]</h4> + <p>> music & videos</p> + </div> + <br> + + <div class="block"> + <h3><a href="https://soundcloud.com/nzuum">Soundcloud</a></h3> + <h4>[ https://soundcloud.com/nzuum ]</h4> + <p>> music</p> + </div> + <br> + + <h2>My projects</h2> + + <div class="block"> + <h3><a href="https://codeberg.org/nzuum">codeberg</a></h3> + <h4>[ https://codeberg.org/nzuum ]</h4> + <p>> code repos</p> + <p>--> [ check out <a href="https://codeberg.org/nzuum/fetchit">fetchit</a> ]</p> + </div> + <br> + + </body> +</html> |
