Update Home authored by zkasmi's avatar zkasmi
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<head> <head>
<title> <h1> The Homepage of the RcdMathLib </h1></title> <title> <h1> The Homepage of the RcdMathLib </h1></title>
<link href="style.css" rel="stylesheet"> <link href="style.css" rel="stylesheet">
<meta name="google-site-verification" content="EHQi5MMOmQMaHCokXWLeIOCrH7tvQOytb7FysXL0MZg" />
</head> </head>
<body> <body>
<?php markdown(file_get_contents('your_content.md')); ?> <?php markdown(file_get_contents('your_content.md')); ?>
... ...
......