_meta/overlay text/overlaytexttemplate.html
2026-09-05 20:41:45 -04:00

19 lines
344 B
HTML

<html>
<head>
<link rel="stylesheet" href="../shared/style.css">
<style type="text/css">
body{
background-color: #00FF00;
}
</style>
</head>
<body>
<div style="width:3840; height:2160; margin:0; display:inline-flex;">
<div class="overlaytext">
<div class="text">
overlay loading...
</div>
</div>
</div>
</body>
</html>