mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-09 18:52:50 +00:00
24 lines
704 B
HTML
24 lines
704 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>FCast Receiver</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<link rel="stylesheet" href="../assets/fonts/inter.css" />
|
||
|
<link rel="stylesheet" href="./common.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="viewer" class="viewer">
|
||
|
<img id="viewer-image" class="viewer" />
|
||
|
<iframe id="viewer-generic" class="viewer"></iframe>
|
||
|
</div>>
|
||
|
|
||
|
|
||
|
<div id="toast-notification">
|
||
|
<div id="toast-icon"></div>
|
||
|
<div id="toast-text"></div>
|
||
|
</div>
|
||
|
|
||
|
<script src="./renderer.js"></script>
|
||
|
</body>
|
||
|
</html>
|