diff options
| -rw-r--r-- | index.html | 5 | ||||
| -rw-r--r-- | index.md | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index c9bd2e6..0000000 --- a/index.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: home ---- -<h1>wait</h1> -<p>There's nothing yet, but soon</p> diff --git a/index.md b/index.md new file mode 100644 index 0000000..8e591c0 --- /dev/null +++ b/index.md @@ -0,0 +1,6 @@ +--- +title: home +--- +# wait + +There's nothing yet, but soon |
