mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
14 lines
324 B
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>
|