summaryrefslogtreecommitdiff
path: root/cube.html
diff options
context:
space:
mode:
authorradiohotline <radiohotline@disroot.org>2026-02-17 14:44:55 +0300
committerradiohotline <radiohotline@disroot.org>2026-02-17 14:44:55 +0300
commit435aeb674198769b61b0ee8d82f85a108bacf49e (patch)
tree2c87322d81130062e62afc04a22ef1e664a4622c /cube.html
maintainence
Diffstat (limited to 'cube.html')
-rw-r--r--cube.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/cube.html b/cube.html
new file mode 100644
index 0000000..1e9d5d6
--- /dev/null
+++ b/cube.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>The web site of teethinvitro</title>
+ <style>
+ body {
+ background-color: black;
+ }
+ </style>
+ </head>
+ <body>
+ <div style="text-align: center">
+ <img src="img/cube.png" style="height: 90vh">
+ </div>
+ </body>
+</html>