diff options
Diffstat (limited to 'gymno')
| -rw-r--r-- | gymno/3fish.exe.gif | bin | 0 -> 1863503 bytes | |||
| -rw-r--r-- | gymno/gymnopedie.html | 30 |
2 files changed, 30 insertions, 0 deletions
diff --git a/gymno/3fish.exe.gif b/gymno/3fish.exe.gif Binary files differnew file mode 100644 index 0000000..837a42f --- /dev/null +++ b/gymno/3fish.exe.gif 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>
|
