humus-old/client/index.html

14 lines
289 B
HTML
Raw Normal View History

2019-03-20 15:28:18 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
2019-04-10 12:42:29 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
2019-04-23 15:27:24 -05:00
<title>Humus</title>
2019-03-20 15:28:18 -05:00
</head>
<body>
2019-04-14 00:24:21 -05:00
<div class="app">
<div class="debug-container"></div>
</div>
2019-03-20 15:28:18 -05:00
</body>
</html>