-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
58 lines (44 loc) · 1.48 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
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="author" content="Rumina"/>
<title>Pemilihan Umum OSIS</title>
<!-- Custom styles for this template -->
<link href="css/simple.css" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="logo">Rumina</div>
<ul class="main-nav">
<li ><a class="nav-links" href="#home">Home</a></li>
<li><a href="#stos" class="nav-links">Struktur OSIS</a></li>
<li><a href="#intro" class="nav-links">Intro</a></li>
<li><a href="test" class="nav-links">Vote</a></li>
</ul>
</nav>
<div id="response">
<p id="response-txt">TEST</p>
</div>
<div class="row parallax" id="stos">
<div class="container">
<div class="loginbox">
<h2>DOR PAKET XL</h2>
<form id="formlog" name="formlog">
<label class="label-login">No. Telp(wajib awalan 62xx)</label>
<input type="text" name="MSISDN" id="msisdn" placeholder="ex: 62xxxxxxxxxxx"/>
<label class="label-login">Kode OTP</label>
<input type="text" name="otp" id="otp"/>
<button type="button" class="btn-pink" id="reqotp" >REQ OTP</button>
<button type="submit" class="btn-primary" id="login">Login</button>
</form>
</div></div>
</div>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="js/simplejs.js"></script>
<!-- Menu Toggle Script -->
<script>
</script>
</body>
</html>