diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-11 00:43:57 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-11 00:43:57 +0900 |
| commit | 5f69e3e972831ca471bc971a034f0a3f5f22b5c5 (patch) | |
| tree | 432cff44241566a4efac03846d45b5051d1b6c70 /backend/templates/settings.html | |
| parent | 5048060b6f002e2ea8bdec564a708dd21b7d665f (diff) | |
| download | feedaka-5f69e3e972831ca471bc971a034f0a3f5f22b5c5.tar.gz feedaka-5f69e3e972831ca471bc971a034f0a3f5f22b5c5.tar.zst feedaka-5f69e3e972831ca471bc971a034f0a3f5f22b5c5.zip | |
feat(backend): remove REST API endpoints
Diffstat (limited to 'backend/templates/settings.html')
| -rw-r--r-- | backend/templates/settings.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/backend/templates/settings.html b/backend/templates/settings.html deleted file mode 100644 index 65efd8d..0000000 --- a/backend/templates/settings.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="{{.BasePath}}/static/style.css"> - <link rel="icon" href="{{.BasePath}}/static/favicon.svg"> - <title>Settings | feedaka</title> - </head> - <body class="bg-gray-100 text-gray-900 font-sans antialiased"> - <div class="mx-auto mt-10 px-6"> - <h1 class="text-4xl font-bold underline mb-8">Settings</h1> - <main> - <h2 class="text-2xl mb-3">URLs</h2> - <form method="POST" class="space-y-4"> - <textarea name="urls" rows="10" cols="80" class="w-full p-2 border rounded resize-y">{{.URLs}}</textarea> - <input type="submit" value="Submit" class="py-2 px-4 bg-blue-600 text-white rounded hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50" /> - </form> - </main> - </div> - </body> -</html> |
