Files
matrix-js-sdk/examples/browser/index.html
T
2015-03-04 17:24:20 +00:00

14 lines
354 B
HTML

<html>
<head>
<title>Test</title>
<script src="lib/matrix.js"></script>
<script src="lib/browser-request.js"></script>
<script src="browserTest.js"></script>
</head>
<body>
Sanity Testing (check the console) : This example is here to make sure that
the SDK works inside a browser. It simply does a GET /publicRooms on
matrix.org
</body>
</html>