20 lines
330 B
HTML
20 lines
330 B
HTML
![]() |
<!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>
|