-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 817 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" href="/pic/icon.jpg" type="image/x-icon" />
<title>登录 - 雪莉邮箱</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<script type="text/javascript" src="./outerlogin.js" charset="gb18030"></script>
<body>
<div id="nav">
<a href="javascript:window.history.go(-1)"><i class="fa fa-angle-left"> </i>返回 Sherry's Studio</a>
</div>
<center>
<script type="text/javascript">
writeLoginPanel({domainlist:"github.com", mode:"vertical"});
</script>
</center>
</body>
</html>