Skip to content

Commit 2ed14ce

Browse files
author
You2php
authored
修复了安装页乱码
1 parent e78573f commit 2ed14ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="zh-cn">
33
<head>
44
<title>You2PHP安装!</title>
5+
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
78
<link rel="stylesheet" href="https://wangxiaoqing123.coding.me/hellocss.coding.me/pintuer.css">
@@ -346,4 +347,4 @@ function url_part($n){
346347
});
347348
</script>
348349
</body>
349-
</html>
350+
</html>

0 commit comments

Comments
 (0)