mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
13 lines
376 B
HTML
13 lines
376 B
HTML
<!doctype html>
|
|
<html lang="en" style="height: 100%; overflow: hidden">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Matrix Flux</title>
|
|
</head>
|
|
<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>
|