summaryrefslogtreecommitdiff
path: root/cube.html
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 /cube.html
parent3ce3f646128590c96d61ca3609d56023cbbcfed9 (diff)
add files
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>