click-guide/chrome/popup.html

15 lines
371 B
HTML

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