feat: add form_saver
This commit is contained in:
29
popup/index.html
Normal file
29
popup/index.html
Normal file
@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/popup/main.css">
|
||||
<title>Koishi Form Saver</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h2>Form Saver</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>url</th>
|
||||
<th>content</th>
|
||||
<th>action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="render_point">
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<button id="save">Save!!</button>
|
||||
<script src="/popup/main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user