forked from tipweb/tipweb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 932 Bytes
/
index.html
File metadata and controls
39 lines (38 loc) · 932 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
<style type="text/css">
@import url(/Semantic-UI-master/semantic.css)
</style>
<script src="js/exit.js"></script>
<script>
function Login()
{
function pass()
{
a = 1
}
name = prompt('你是谁?')
docment.write('欢迎'+name)
dengluzhuangtai = 'zhengzaidenglu'
password = prompt('密码是?游客不用填')
pswd = "159357rrrocky521"
pswd1 = "admin"
if (password == pswd){
dengluzhuangtai = 'superuser-rocky'
docment.write('你好啊开发者 Rocky')
} elif (password == pswd1){
dengluzhuangtai = 'superuser-dad'
docment.write()
} else{
pass()
}
}
Login()
</script>
<link rel="stylesheet" href="/Semantic-UI-master/semantic.css">
<div class="ui secondary menu">
<a class="active item">首页</a>
<a class="item" onclick="Login()">登录</a>
<a class="item" href="/about">关于</a>
<div class="right menu">
<a class="ui item" href="/404">sql</a>
</div>
</div>