<!DOCTYPE html>
<html>
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style>
body {
margin: 0;
min-height: 100vh;
}
iframe {
width: 100vw;
height: 100vh;
}
</style>
<script>
const invoke = window.__TAURI__.invoke;
setInterval(() => invoke("tauri_handler"), 1000 / 60);
</script>
</head>
<body>
<iframe width="100vw" height="100vh" src="https://www.youtube.com/embed/9bZkp7q19f0?si=owvyyjzokBq7-Jp7&controls=0&autoplay=1&cc_load_policy=1&mute=1&loop=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</body>
</html>