pixelplanet/utils/markdown-test/index.html

18 lines
303 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Markdown Parser Test</title>
<meta name="description" content="Testing Markdown Parser">
<meta name="author" content="hf">
</head>
<body>
<script src="./script.js"></script>
<div id="reactroot"></div>
</body>
</html>