element-web/examples/trivial/index.html

13 lines
387 B
HTML
Raw Normal View History

<!doctype html>
2015-06-15 16:06:34 +00:00
<html lang="en" style="height: 100%; overflow: hidden">
<head>
<meta charset="utf-8">
2015-07-07 16:45:45 +00:00
<title>Matrix React SDK Example</title>
</head>
2015-07-07 16:45:45 +00:00
<body style="height: 100%;">
<section id="matrixchat" style="height: 100%;"></section>
<script src="bundle.js"></script>
<link rel="stylesheet" href="node_modules/matrix-react-sdk/bundle.css">
</body>
</html>