diff options
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..08c607f --- /dev/null +++ b/site/index.html @@ -0,0 +1,12 @@ +<html> + <head> + <style type="text/css"> + body { + background-color: black; + } + </style> + </head> + <body> + </body> +</html> + |