Spaces:
Sleeping
Sleeping
Update templates/login.html
Browse files- templates/login.html +2 -1
templates/login.html
CHANGED
@@ -100,7 +100,8 @@
|
|
100 |
</head>
|
101 |
<body>
|
102 |
<div class="login-container">
|
103 |
-
<h1 class="login-title"> Cloud Vault
|
|
|
104 |
<form class="login-form" id="loginForm">
|
105 |
<input type="password" class="password-input" placeholder="请输入访问密码" required>
|
106 |
<button type="submit" class="login-button">登录</button>
|
|
|
100 |
</head>
|
101 |
<body>
|
102 |
<div class="login-container">
|
103 |
+
<h1 class="login-title"> Cloud Vault的登录界面</h1>
|
104 |
+
<h2>没错在这输一下密码,密码1234</h2>
|
105 |
<form class="login-form" id="loginForm">
|
106 |
<input type="password" class="password-input" placeholder="请输入访问密码" required>
|
107 |
<button type="submit" class="login-button">登录</button>
|