humus-old/client/index.html
2019-09-22 21:25:43 -05:00

14 lines
289 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Humus</title>
</head>
<body>
<div class="app">
<div class="debug-container"></div>
</div>
</body>
</html>