diff options
| author | Adam Malczewski <[email protected]> | 2026-04-01 03:36:49 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-04-01 03:36:49 +0900 |
| commit | aec635c26ab1bb5bfb8b0ac0d7adda6ef17c2d75 (patch) | |
| tree | b6736c65074c146e615033a58427e4a5820ca35d /index.html | |
| parent | e872165ed8e6f761aa37d9d9222dd6eeb05984ed (diff) | |
| download | dispatch-web-backend-tester.tar.gz dispatch-web-backend-tester.zip | |
initbackend-tester
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ <!doctype html> -<html lang="en"> +<html lang="en" data-theme="caramellatte"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>dispatch-web</title> + <title>Dispatch</title> </head> <body> <div id="app"></div> |
