forked from Akilarlxh/Valine-Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ejs
28 lines (24 loc) · 971 Bytes
/
index.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML>
<html>
<head>
<title>Akilarの情报局</title>
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="stylesheets/mail.css">
</head>
<body>
<p class="title">糖果屋留言管理</p>
<div id="wrap">
<div id="form-wrap">
<div id="content">
<div class="sign-in-wrap">
<form method="post" action="/login" class="gh-signin">
<input tabindex="1" name="username"
placeholder="Mastar,请输入用户名" autofocus="" type="text" class="gh-input">
<input tabindex="2" name="password" placeholder="输入密码后按Enter登录" type="password" class="password gh-input ember-view">
<input tabindex="3" type="submit" class="login-button" value="登录">
</form>
<div class="footer"><p><a href="https://akilar.top">Modify By Akilar</a></p></div>
</div>
</div>
</div>
</div>