13 lines
389 B
HTML
13 lines
389 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="position: relative">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Ultrawidify - Content Script User Interface (in-player overlay)</title>
|
|
<!-- <link rel="stylesheet" href="csui.css"> -->
|
|
</head>
|
|
<body class="uw-ultrawidify-container-root" style="background-color: transparent;">
|
|
<div id="app"></div>
|
|
<script src="csui.js"></script>
|
|
</body>
|
|
</html>
|