summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CNAME1
-rw-r--r--data_/.gitkeep0
-rw-r--r--index.html10
3 files changed, 11 insertions, 0 deletions
diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..2392255
--- /dev/null
+++ b/CNAME
@@ -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>