ultrawidify/src/csui/csui-popup.html

21 lines
456 B
HTML
Raw Normal View History

<!DOCTYPE html>
2024-12-27 04:40:30 +01:00
<html lang="en" style="position: relative">
<head>
<meta charset="UTF-8">
<title>Title</title>
2024-06-05 01:08:50 +02:00
<!-- <link rel="stylesheet" href="popup.css"> -->
2019-05-22 01:03:15 +02:00
<% if (NODE_ENV === 'development') { %>
<!-- Load some resources only in development environment -->
<% } %>
</head>
<body
2024-06-05 01:08:50 +02:00
style="width: 100%; height: 100%; overflow-x: hidden; min-width: 750px"
>
<div id="app">
</div>
<script src="csui-popup.js"></script>
</body>
</html>