fix(ui): update HTML title to "π - remote-control"

This commit is contained in:
Yejun Su 2026-03-19 13:02:26 +08:00
parent 824ae6a203
commit 98642b5b5a
No known key found for this signature in database
GPG Key ID: AD03A563F321CA44
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ return /* html */ `<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, interactive-widget=resizes-content">
<title>Pi Remote</title>
<title>π - remote-control</title>
<style nonce="${nonce}">
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }