diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-10 17:35:46 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-10 17:35:46 -0600 |
| commit | d8fd76b1c0c0bd86b2114dcf6af0b6e34d4783f3 (patch) | |
| tree | 32d71c0e6a9a0c25789ab90a29ef742001898afc /public | |
| parent | a722bd0ef4f69547229921eb0fe2eefce3ed6397 (diff) | |
feat: add a single API endpoint to return a list of sparkles
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..35d7631 --- /dev/null +++ b/public/index.html @@ -0,0 +1,9 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title>Sparkled</title> + </head> + <body> + </body> +</html> |
