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