schildi-web/example/index.html

13 lines
261 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Matrix Flux</title>
</head>
<body>
<section id="matrixchat"></section>
<script src="bundle.js"></script>
2015-06-11 17:23:02 +00:00
<link rel="stylesheet" href="bundle.css">
</body>
</html>