commit db197351256fc49da93c98107a48f847671908de parent 3f40d49b3f58143c0a8b5356224de1c6a35f3dc6 Author: lostd <lostd@2f30.org> Date: Thu, 20 Feb 2014 12:32:19 +0200 Convert home page to markdown Diffstat:
A | home.md | | | 6 | ++++++ |
D | home.shtml | | | 7 | ------- |
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/home.md b/home.md @@ -0,0 +1,6 @@ +Welcome to *division by zero*. +This place will become our [home](home.html). +We represent a group of scientists, hackers and other +[misfits](http://imgs.xkcd.com/comics/purity.png). + +You can reach us through the freenode IRC network at #2f30. diff --git a/home.shtml b/home.shtml @@ -1,7 +0,0 @@ -<p> -Welcome to <em>division by zero</em>. -This place will become our <a href="home.html">home</a>.<br> -We represent a group of scientists, hackers and other -<a href="http://imgs.xkcd.com/comics/purity.png">misfits</a>. -</p> -<p>You can reach us through the freenode IRC network at #2f30.</p>