2015-06-09 18:40:42 +02:00
|
|
|
<!doctype html>
|
2015-06-15 18:06:34 +02:00
|
|
|
<html lang="en" style="height: 100%; overflow: hidden">
|
2015-06-09 18:40:42 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Matrix Flux</title>
|
|
|
|
</head>
|
2015-06-15 18:06:34 +02:00
|
|
|
<body style="height: 100%; ">
|
|
|
|
<section id="matrixchat" style="height: 100%; "></section>
|
2015-06-09 18:40:42 +02:00
|
|
|
<script src="bundle.js"></script>
|
2015-06-11 19:23:02 +02:00
|
|
|
<link rel="stylesheet" href="bundle.css">
|
2015-06-09 18:40:42 +02:00
|
|
|
</body>
|
|
|
|
</html>
|