feat: add web app metadata

This commit is contained in:
hamster1963 2024-12-02 17:23:15 +08:00
parent 5964b189b2
commit fcb8ffb444

View File

@ -4,6 +4,9 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/apple-touch-icon.png" /> <link rel="icon" type="image/png" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="NEZHA" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>NEZHA</title> <title>NEZHA</title>
<script> <script>
(function () { (function () {