documentation/index.html
2021-01-13 19:31:54 +01:00

17 lines
426 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="stylesheet" href="https://unpkg.com/docute@4/dist/docute.css" />
</head>
<body>
<div id="docute"></div>
<script src="https://unpkg.com/docute@4/dist/docute.js"></script>
<script src="index.dev.js"></script>
</body>
</html>