click-guide/chrome/popup.html

14 lines
324 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body { font-family: Arial, sans-serif; }
button { width: 100%; padding: 10px; margin-top: 10px; }
</style>
</head>
<body>
<h3>Cl1ck Gu1de</h3>
<button id="toggleRecording">Start Recording</button>
<script src="popup.js"></script>
</body>
</html>