Files
element-call-Github/public/index.html
Timo K 866a394b80 less flickers
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-26 13:21:58 +01:00

20 lines
400 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
/>
<title><%- title %></title>
<script>
window.global = window;
</script>
</head>
<body>
<div id="root"></div>
</body>
</html>