2018-12-30 23:16:09 +01:00
|
|
|
<!DOCTYPE html>
|
2024-12-27 04:40:30 +01:00
|
|
|
<html lang="en" style="position: relative">
|
2018-12-30 23:16:09 +01:00
|
|
|
<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
|
|
|
|
2018-12-30 23:16:09 +01:00
|
|
|
<% if (NODE_ENV === 'development') { %>
|
|
|
|
<!-- Load some resources only in development environment -->
|
|
|
|
<% } %>
|
|
|
|
</head>
|
2024-06-03 00:15:23 +02:00
|
|
|
<body
|
2024-06-05 01:08:50 +02:00
|
|
|
style="width: 100%; height: 100%; overflow-x: hidden; min-width: 750px"
|
|
|
|
>
|
2018-12-30 23:16:09 +01:00
|
|
|
<div id="app">
|
|
|
|
|
|
|
|
</div>
|
2023-09-10 22:06:16 +02:00
|
|
|
<script src="csui-popup.js"></script>
|
2018-12-30 23:16:09 +01:00
|
|
|
</body>
|
|
|
|
</html>
|