mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
beginn development of MVP
This commit is contained in:
parent
38ef57f310
commit
cfb4959168
12 changed files with 138 additions and 0 deletions
15
chrome/popup.html
Normal file
15
chrome/popup.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue