Working
This commit is contained in:
22
popup.html
Normal file
22
popup.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>S3 Audio Capture</title>
|
||||
<link rel="stylesheet" href="popup.css">
|
||||
</head>
|
||||
<body>
|
||||
<main class="popup">
|
||||
<header class="popup-header">
|
||||
<h1>S3 Audio Capture</h1>
|
||||
<button id="openHistoryBtn" type="button">Open Full History</button>
|
||||
</header>
|
||||
<section>
|
||||
<p id="status" class="status">Loading captured URLs...</p>
|
||||
<ul id="urlList" class="url-list"></ul>
|
||||
</section>
|
||||
</main>
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user