19 lines
438 B
HTML
19 lines
438 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<link rel="stylesheet" href="popup.css">
|
|
|
|
<% if (NODE_ENV === 'development') { %>
|
|
<!-- Load some resources only in development environment -->
|
|
<% } %>
|
|
</head>
|
|
<body style="width: 100%; height: 100%; overflow-x: hidden;" class="uw-ultrawidify-container-root">
|
|
<div id="app">
|
|
|
|
</div>
|
|
<script src="csui-popup.js"></script>
|
|
</body>
|
|
</html>
|