2018-12-30 23:16:09 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Title</title>
|
|
|
|
<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>
|
2020-12-12 00:38:51 +01:00
|
|
|
<body style="width: 100%; height: 100%; overflow-x: hidden;" class="uw-ultrawidify-container-root">
|
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>
|