Restructured and setting up to merge to Forgejo
This commit is contained in:
parent
1d973f1be1
commit
2e5e0f2d44
8 changed files with 294 additions and 0 deletions
17
extension/options.html
Normal file
17
extension/options.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!-- options.html -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Mealie Extension Options</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Extension Options</h1>
|
||||
<label for="token">Token:</label>
|
||||
<input type="text" id="token" name="token"><br>
|
||||
<label for="url">URL:</label>
|
||||
<input type="text" id="url" name="url"><br>
|
||||
<button id="save">Save</button>
|
||||
|
||||
<script src="options.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue