documentation/index.html

17 lines
387 B
HTML
Raw Permalink Normal View History

2021-01-13 19:16:10 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
2021-01-14 14:21:15 +01:00
<link rel="stylesheet" href="docute-source/docute.css" />
2021-01-13 19:16:10 +01:00
</head>
<body>
2021-01-13 22:41:58 +01:00
<div id="app"></div>
2021-01-14 14:21:15 +01:00
<script src="docute-source/docute.js"></script>
2021-01-13 19:31:54 +01:00
<script src="index.dev.js"></script>
2021-01-13 19:16:10 +01:00
</body>
</html>