env.esq/index.html

13 lines
240 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2020-07-27 11:55:25 +02:00
<title>Matrix</title>
<link rel="stylesheet" href="site.css">
</head>
<body>
<div id="site"></div>
<script src="bundle.js"></script>
</body>
</html>