-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
68 lines (65 loc) · 2.25 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Homepage</title>
<link rel="stylesheet" type="text/css" href="Project/CSS/style hpg.css">
</head>
<body>
<img class="belajar" src="Project/Background/belajar.png">
<div class="top"></div>
<div class="bgcolor"></div>
<header>
<div class="navbar">
<img class="logo" src="Project/Background/Logo.png">
<ul>
<div class="garis"></div>
<li class="nav1">
<a href="#">Beranda</a>
</li>
<li class="nav1">
<a href="Untuk Siswa.html">Untuk Siswa</a>
</li>
<li class="nav1">
<a href="Untuk Guru.html">Untuk Guru</a>
</li>
<li class="nav2">
<a href="Tentang.html">Tentang</a>
</li>
<li class="nav3">
<button onclick="document.getElementById('login').style.display='block'">Masuk</button>
</li>
</ul>
</div>
</header>
<p class="tulis"><b>Jadilah</b> Seorang Yang<br><b>Berprestasi</b>, <b>Gabung</b><br>Bersama <b>Kami</b></p>
<button onclick="document.getElementById('login').style.display='block'" class="bergabung"><font class="f1">Masuk</font></button>
<!-- login -->
<div id="login" class="popup">
<div id="klik" class="bgbox">
<div class="img">
<span onclick="document.getElementById('login').style.display='none'" class="close" title="Close PopUp">×</span>
</div>
<div class="box">
<div class="head">
<button class="tab">Login</button>
</div>
<div id="signIn" class="tabContent">
<div class="ibox">
<span class="title1"><b>My Account</b></span>
<form autocomplete="off" action="homemurid.html">
<div class="down">
<input type="text" name="Username" placeholder="Username/Email Address" required>
<input type="Password" name="Password" placeholder="Password" required>
<h1><a href="#">Forget Password?</a></h1>
<div class="garisbawah"></div>
<p class="Terms">By clicking Sign In, you agree to our <font color="#0185E9" style="cursor: pointer;">Terms of Use</font> and our <font color="#0185E9" style="cursor: pointer;">Privacy Policy</font></p>
<input type="submit" name="Sign In" value="Sign In">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</body>
</html>