diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-05 21:21:14 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-05 21:21:14 +0800 |
| commit | 625e0610e019a2ad06573883de0794e20b10011f (patch) | |
| tree | b20a41d5bcc0478a8c252dc5c5e0dd559e4cc5cc /docs | |
| parent | d3b4027f5926569cb9371b2ea62b6be9387ea650 (diff) | |
Fix broken logo link in example-viewer.html
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/example-viewer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/example-viewer.html b/docs/example-viewer.html index 98eb978..4eedbd9 100644 --- a/docs/example-viewer.html +++ b/docs/example-viewer.html @@ -259,7 +259,7 @@ </head> <body> <nav> - <a href="index.html" class="logo"> + <a href="../index.html" class="logo"> <img src="res/icon.png" alt="Mingling icon" |
