16 lines
418 B
HTML
16 lines
418 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Ultravidify - Content Script User Interface</title>
|
|
<!-- <link rel="stylesheet" href="csui.css"> -->
|
|
<% if (NODE_ENV === 'development') { %>
|
|
<!-- Load some resources only in development environment -->
|
|
<% } %>
|
|
</head>
|
|
<body class="uw-ultrawidify-container-root">
|
|
<div id="app"></div>
|
|
<script src="csui.js"></script>
|
|
</body>
|
|
</html>
|