14 lines
273 B
HTML
14 lines
273 B
HTML
|
|
<!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>
|