initial commit
[tools.git] / index.php
1
2
3
4
<?php
include_once "php-markdown/markdown.php";
echo Markdown(file_get_contents("index.md"));
?>