jacqueshuang commited on
Commit
3d4a0f3
·
verified ·
1 Parent(s): 75bc459

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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>登录 - HF Space Manager</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>