You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
18 lines
571 B
HTML
18 lines
571 B
HTML
<html lang="en">
|
|
<head>
|
|
<title>Test</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="data:," />
|
|
<script src="lib/matrix.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
|
|
<br />
|
|
You should see a message confirming that the SDK works below:
|
|
<br />
|
|
<div id="result"></div>
|
|
</body>
|
|
</html>
|