ultrawidify/src/ui/pages/updated/index.html

14 lines
273 B
HTML
Raw Normal View History

2025-10-14 18:55:45 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ultrawidify updated</title>
</head>
<body style="width: 100dvw; height: 100dvh">
<div id="app">
app should load here
</div>
<script src="updated.js" type="module"></script>
</body>
</html>