mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
17 lines
361 B
HTML
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>
|