This commit is contained in:
手瓜一十雪
2024-05-06 12:30:26 +08:00
parent f2346fdf4d
commit fc660f8ff9
2 changed files with 92 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login Page</title>
<title>NapCat - WebUi</title>
<style>
body {
font-family: Arial, sans-serif;
@@ -50,13 +50,6 @@
gap: 15px;
}
input[type="text"],
input[type="password"] {
width: 100%;
padding: 10px;
font-size: 14px;
}
button {
width: 100%;
padding: 10px;