diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-09-22 00:28:51 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-09-22 00:28:51 +0300 |
| commit | d1af5825712a3db05e42f7db5676d52df5375004 (patch) | |
| tree | c91fcaec3ab3524fb46fd8bccbdf9c80493f496d | |
| parent | ebe4a28d2b8465ac2ee4ade42435f4cd3a81986c (diff) | |
| download | aaoth.xyz-d1af5825712a3db05e42f7db5676d52df5375004.tar.gz aaoth.xyz-d1af5825712a3db05e42f7db5676d52df5375004.zip | |
change html to md
for index page.
(is there a word for such useless commits?)
| -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 |
