diff options
Diffstat (limited to 'cube.html')
| -rw-r--r-- | cube.html | 18 |
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> |
