Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +1 -5
templates/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title
|
7 |
<style>
|
8 |
* {
|
9 |
margin: 0;
|
@@ -127,9 +127,5 @@
|
|
127 |
</form>
|
128 |
</div>
|
129 |
|
130 |
-
<footer class="footer">
|
131 |
-
<a href="https://github.com/ssfun/hf-space-manager">HF Space Manager</a> 由<a href="https://github.com/ssfun">ssfun</a> 构建,源代码遵循
|
132 |
-
<a href="https://opensource.org/license/mit">MIT 协议</a>
|
133 |
-
</footer>
|
134 |
</body>
|
135 |
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>登录</title>
|
7 |
<style>
|
8 |
* {
|
9 |
margin: 0;
|
|
|
127 |
</form>
|
128 |
</div>
|
129 |
|
|
|
|
|
|
|
|
|
130 |
</body>
|
131 |
</html>
|