v0.2
This commit is contained in:
commit
b9acf06be5
4 changed files with 139 additions and 0 deletions
20
popup.html
Normal file
20
popup.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<input type="text" id="token" />
|
||||
<button id="submit-token">
|
||||
Submit
|
||||
</button>
|
||||
<button id="download">
|
||||
Download Data
|
||||
</button>
|
||||
|
||||
<button id="print">
|
||||
Print Data
|
||||
</button>
|
||||
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue