pixelplanet/utils/markdown-test/index.html

18 lines
417 B
HTML
Raw Normal View History

<!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">
2022-02-08 21:21:50 +00:00
<script>window.ssv={assetserver:'http://dev.pixelplanet.fun'}</script>
</head>
<body>
<script src="./script.js"></script>
2021-11-26 12:15:24 +00:00
<div id="reactroot"></div>
</body>
</html>