mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
13 lines
261 B
HTML
13 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>
|