diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:06:57 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:07:58 +0200 |
| commit | b506b0e2ba9029c12d4f10d1923ad6ad57842f23 (patch) | |
| tree | e1f9474defd1574085c7955ef32f9bfb8a8aee35 /index.html | |
| parent | 5caf4e48174533710243e8eeaf52567795ec9d01 (diff) | |
| download | brokentalents-b506b0e2ba9029c12d4f10d1923ad6ad57842f23.tar.gz brokentalents-b506b0e2ba9029c12d4f10d1923ad6ad57842f23.zip | |
add CNAME and placeholder index
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
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> |
