24 lines
1009 B
HTML
24 lines
1009 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<link rel="icon" href="favicon.ico" />
|
||
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
|
||
<meta name="theme-color" content="#282728" />
|
||
<meta name="description" content="Restreamer – Video-Streaming" />
|
||
<link rel="apple-touch-icon" href="logo192.png" />
|
||
<link rel="manifest" href="manifest.json" />
|
||
<title>Restreamer</title>
|
||
<!-- Load fonts reliably -->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||
<link href="/force-fonts.css" rel="stylesheet">
|
||
<script src="config.js"></script>
|
||
</head>
|
||
<body>
|
||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
<div id="root"></div>
|
||
</body>
|
||
</html>
|