Files
misode.github.io/public/index.html
2020-05-27 01:09:15 +02:00

17 lines
361 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div id="header"></div>
<hr>
<div id="view"></div>
<hr>
<div id="source" style="font-family: monospace;"></div>
<script src="./build/bundle.js"></script>
</body>
</html>