Add basic index.html.

This commit is contained in:
Jan Philipp Timme 2018-03-13 11:42:13 +01:00
parent d3a61d7e0a
commit b05b95972f
1 changed files with 10 additions and 0 deletions

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>This page is powered by Markdown.js</title>
</head>
<body>
<h1>Hello World! (for now ...)</h1>
</body>
</html>