-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.php
52 lines (45 loc) · 1.6 KB
/
home.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
<!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>Welcome to Survey Quick Count IKA FH UNPAD</title>
<link rel="stylesheet" href="css/home.css" />
</head>
<body>
<div id="head">
<div id="logo">
</div>
<div id="form">
<form action="login/proslog.php" method="post">
<label>Nama Pengguna</label> <label style="margin-left:40px;">Kata Sandi</label><br />
<input type="text" name="user" size="15" class="text" value="Nama Pengguna" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Nama Pengguna';}" >
<input type="password" name="pass" size="9" value="Kata Sandi" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Kata Sandi';}">
<input type="submit" value="Masuk" >
</form>
</div>
</div>
<div id="cont">
<!-- <img src="images/vote.png" width="394" height="307" id="vot" />
<div id="wel">
Selamat Datang
</div>
<div id="subwel">
di Survey Quick Count IKA FH UNPAD
</div>
<input type="button" class="reg" value="Daftar" onclick="window.open('register/reg.php')"/>-->
</div>
<!---Footer-->
<div id="copy">
<p> Copyright © 2015 <br />
Ikatan Keluarga Alumni Fakultas Hukum Universitas Padjajaran
<br />
Designed by <span id="jstk"><a href="#" >JASTIK</a></span></p>
</div>
<div id="link">
<ul>
<li><a href="http://ika-fhunpad.org">Web Utama</a> | </li>
<li><a href="#">Panduan</a> </li>
</ul>
</div>
</body>
</html>