diff options
| author | soryu <soryu@soryu.co> | 2025-11-16 18:26:26 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-11-16 18:27:53 +0000 |
| commit | 679127a4f4685aa20fbf55fbd78c3a2e6832dabb (patch) | |
| tree | 982644234c610821d38b556243738fb296497e62 /frontend/index.html | |
| parent | 889467a29b8194f2a51aec71534631cd00a246ce (diff) | |
| download | soryu-679127a4f4685aa20fbf55fbd78c3a2e6832dabb.tar.gz soryu-679127a4f4685aa20fbf55fbd78c3a2e6832dabb.zip | |
Landing page redesign: minimalist layout, Mission/Contact buttons, Login redirect; update title and favicon
Remove top level backend as it is used. Will be part of this monorepo, but structured differently
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index 4bb8d23..095310b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,8 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> - <title>PC-98 VN Skeleton</title> + <title>soryu.co</title> + <link rel="icon" type="image/png" href="/logo/crane-logo-transparent.png" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DotGothic16&display=swap" rel="stylesheet"> </head> |
