summaryrefslogtreecommitdiff
path: root/gymno
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-01-08 14:25:31 +0000
committerRadiohotline <radiohotline@disroot.org>2026-01-08 14:25:31 +0000
commit8447267bbe6579255905e313c512ea449309e393 (patch)
treec5bebcad1c9a27844a72ccb0912b92a3b39950a9 /gymno
parent3ce3f646128590c96d61ca3609d56023cbbcfed9 (diff)
add files
Diffstat (limited to 'gymno')
-rw-r--r--gymno/3fish.exe.gifbin0 -> 1863503 bytes
-rw-r--r--gymno/gymnopedie.html30
2 files changed, 30 insertions, 0 deletions
diff --git a/gymno/3fish.exe.gif b/gymno/3fish.exe.gif
new file mode 100644
index 0000000..837a42f
--- /dev/null
+++ b/gymno/3fish.exe.gif
Binary files differ
diff --git a/gymno/gymnopedie.html b/gymno/gymnopedie.html
new file mode 100644
index 0000000..988157f
--- /dev/null
+++ b/gymno/gymnopedie.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>So long...</title>
+ <style>
+ body {
+ background-color: black;
+ text-align: center;
+ margin: 200px;
+ }
+ iframe {
+ position: absolute;
+ left: 0px;
+ top: 0px;
+ z-index: -1;
+ }
+ </style>
+ </head>
+
+ <body>
+ <img src="3fish.exe.gif">
+ <!-- <audio loop autoplay>
+ <source src="GYMN_1_.CMF.ogg" type="audio/ogg">
+ </audio> -->
+ <iframe width="1" height="1" src="https://www.youtube.com/embed/4svlrjm98i8?autoplay=1&loop=1&controls=0" title="YouTube video player" frameborder="0" allow="autoplay; clipboard-write; encrypted-media;" allowfullscreen></iframe>
+ </body>
+
+</html>