Update Home authored by zkasmi's avatar zkasmi
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
<link href="style.css" rel="stylesheet"> <link href="style.css" rel="stylesheet">
</head> </head>
<body> <body>
<h1>My notes</h1>
<?php markdown(file_get_contents('your_content.md')); ?> <?php markdown(file_get_contents('your_content.md')); ?>
</body> </body>
... ...
......