diff options
| -rw-r--r-- | CNAME | 1 | ||||
| -rw-r--r-- | data_/.gitkeep | 0 | ||||
| -rw-r--r-- | index.html | 10 |
3 files changed, 11 insertions, 0 deletions
@@ -0,0 +1 @@ +brokentalents.fun
\ No newline at end of file diff --git a/data_/.gitkeep b/data_/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/data_/.gitkeep +++ /dev/null diff --git a/index.html b/index.html new file mode 100644 index 0000000..69a656e --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ +<doctype html> +<html> + <head> + <meta charset="utf-8" /> + <title>Hello World!</title> + </head> + <body> + <p>Hello World.</p> + </body> +</html> |
