2018-12-30 23:16:09 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2019-05-09 21:10:26 +02:00
|
|
|
<title>Ultravidify - Options</title>
|
2018-12-30 23:16:09 +01:00
|
|
|
<link rel="stylesheet" href="options.css">
|
|
|
|
<% if (NODE_ENV === 'development') { %>
|
|
|
|
<!-- Load some resources only in development environment -->
|
|
|
|
<% } %>
|
|
|
|
</head>
|
2020-12-12 00:38:51 +01:00
|
|
|
<body class="uw-ultrawidify-container-root">
|
2018-12-30 23:16:09 +01:00
|
|
|
<div id="app"></div>
|
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|