fix: window title inaccurate

This commit is contained in:
talksik
2026-03-25 15:54:05 -07:00
parent 0ab2ec2bb8
commit d525d6a588
+1 -1
View File
@@ -2,7 +2,7 @@
<html class="dark"> <html class="dark">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Hello World!</title> <title>llink</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>