summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-07 09:06:57 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-05-07 09:07:58 +0200
commitb506b0e2ba9029c12d4f10d1923ad6ad57842f23 (patch)
treee1f9474defd1574085c7955ef32f9bfb8a8aee35
parent5caf4e48174533710243e8eeaf52567795ec9d01 (diff)
downloadbrokentalents-b506b0e2ba9029c12d4f10d1923ad6ad57842f23.tar.gz
brokentalents-b506b0e2ba9029c12d4f10d1923ad6ad57842f23.zip
add CNAME and placeholder index
-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>