-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
72 lines (47 loc) · 1.53 KB
/
index.php
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>員工系統</title>
</head>
<link rel="stylesheet" href="Bootstrap/Superhero/Superhero.css">
<link rel="stylesheet" href="css/style.css">
<body>
<div id="wrap">
<div id="title">
<div id="figure">
<img src="img/Loge.gif" width="250" height=150" alt="Photo">
</figure>
<h2>PXmart - 員工系統</h2>
</div>
<div id="main">
<div id="Login">
<div id="section1">
<div class="form-group">
<label class="control-label" for="disabledInput">帳號</label>
<input class="form-control" id="disabledInput" type="text" placeholder="Account" disabled="">
</div>
<div class="form-group">
<label class="control-label" for="disabledInput">密碼</label>
<input class="form-control" id="disabledInput" type="text" placeholder="Password" disabled="">
</div>
</div>
<div id="section2">
<div class="form-group">
<div class="col-lg-10 col-lg-offset-2">
<button type="submit" class="btn btn-primary btn-lg btn-block">登入</button>
</div>
</div>
</div>
</div>
<div class="jumbotron">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</div>
</div>
</body>
</html>