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"
|
|
|
|
/>
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/docute@4/dist/docute.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-01-13 22:41:58 +01:00
|
|
|
<div id="app"></div>
|
2021-01-13 19:16:10 +01:00
|
|
|
<script src="https://unpkg.com/docute@4/dist/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>
|