element-web/examples/trivial/index.html

14 lines
487 B
HTML
Raw Normal View History

<!doctype html>
2015-06-15 18:06:34 +02:00
<html lang="en" style="height: 100%; overflow: hidden">
<head>
<meta charset="utf-8">
2015-07-07 18:45:45 +02:00
<title>Matrix React SDK Example</title>
2015-07-13 02:51:24 +02:00
<link href='http://fonts.googleapis.com/css?family=Muli:300,400' rel='stylesheet' type='text/css'>
</head>
2015-07-07 18:45:45 +02: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>