mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
12 lines
261 B
HTML
12 lines
261 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Matrix Flux</title>
|
|
</head>
|
|
<body>
|
|
<section id="matrixchat"></section>
|
|
<script src="bundle.js"></script>
|
|
<link rel="stylesheet" href="bundle.css">
|
|
</body>
|
|
</html>
|