pixelplanet/utils/markdown-test/index.html

18 lines
417 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">
<link rel="stylesheet" href="index.css">
<script>window.ssv={assetserver:'http://dev.pixelplanet.fun'}</script>
</head>
<body>
<script src="./script.js"></script>
<div id="reactroot"></div>
</body>
</html>