2019-02-06 23:04:39 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2019-09-15 12:22:43 +02:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
|
|
<meta name="application-name" content="Brawl Chat"/>
|
2019-06-16 15:21:20 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="src/ui/web/css/main.css">
|
2019-02-06 23:04:39 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-02-16 02:53:02 +01:00
|
|
|
<script type="module">
|
|
|
|
import main from "./src/main.js";
|
2019-06-16 10:54:16 +02:00
|
|
|
main(document.body);
|
2019-02-10 21:25:29 +01:00
|
|
|
</script>
|
2019-02-06 23:04:39 +01:00
|
|
|
</body>
|
2019-02-26 22:45:58 +01:00
|
|
|
</html>
|