Files

21 lines
499 B
HTML

<html lang="en">
<head>
<title>My popup</title>
<link rel="stylesheet" type="text/css" href="popup.css">
</head>
<body>
<div class="container">
<label class="switch">
<input id="slider" type="checkbox">
<span class="slider round"></span>
</label>
<button class="downloadBtn">Download .srt</button>
<div id="errorMessage" class="error-message"></div>
</div>
<script type="module" src="popup.js"></script>
</body>
</html>