env.esq/index.html
2020-07-27 10:55:25 +01:00

12 lines
240 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Matrix</title>
<link rel="stylesheet" href="site.css">
</head>
<body>
<div id="site"></div>
<script src="bundle.js"></script>
</body>
</html>