diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-22 02:45:04 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-22 02:45:04 +0000 |
| commit | c353e84bb9301f6b2c1ddef64d2b24f4bc2ee887 (patch) | |
| tree | be96b4e95fe2778f712a7064fa21908091c44a8a /oglothenerd | |
| parent | 40a527ff94b811c262a8ce59a45d1c4ce0c31a94 (diff) | |
added oglothenerd & omnisearch.cloudnuke.org
Diffstat (limited to 'oglothenerd')
| -rw-r--r-- | oglothenerd/index.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/oglothenerd/index.html b/oglothenerd/index.html new file mode 100644 index 0000000..58648ed --- /dev/null +++ b/oglothenerd/index.html @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>oglothenerd</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>█ / oglothenerd ]</h1> + <p>C macro wizard and madman</p> + <br> + + <h2>Where to find me</h2> + + <section class="block"> + <h3><a href="https://oglo.dev">oglo.dev</a></h3> + <h4>[ https://oglo.dev ]</h4> + <p>> my website</p> + </section> + + <section class="block"> + <h3><a href="https://youtube.com/@oglothenerd">YouTube</a></h3> + <h4>[ https://youtube.com/@oglothenerd ]</h4> + <p>> videos n stuff</p> + </section> + + <section class="block"> + <h3><a href="xmpp:oglo@jabber.fr">XMPP</a></h3> + <h4>[ oglo@jabber.fr ]</h4> + <p>> where to message me</p> + </section> + + <h2>My projects</h2> + + <section class="block"> + <h3><a href="https://gitlab.com/Oglo12">gitlab</a></h3> + <h4>[ https://gitlab.com/Oglo12 ]</h4> + <p>> code repos</p> + </section> + + </body> +</html> |
