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">
|
2015-07-07 18:45:45 +02:00
|
|
|
<title>Matrix React SDK Example</title>
|
2015-07-14 13:11:01 +02:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Muli:300,400' rel='stylesheet' type='text/css'>
|
2015-06-09 18:40:42 +02:00
|
|
|
</head>
|
2015-07-07 18:45:45 +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-07-03 16:56:04 +02:00
|
|
|
<link rel="stylesheet" href="node_modules/matrix-react-sdk/bundle.css">
|
2015-06-09 18:40:42 +02:00
|
|
|
</body>
|
|
|
|
</html>
|