-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinput_email.php
52 lines (43 loc) · 2 KB
/
input_email.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>
<html>
<head>
<meta charset="utf-8">
<title>Portal DC-EVENT | Warning</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/icons/" />
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="fonts/iconic/css/material-design-iconic-font.min.css">
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="container-login" style="background-image: url('images/bg08.jpg');">
<div class="wrap-login p-l-55 p-r-55 p-t-1 p-b-30" style="min-height:95vh;">
<form class="login-form validate-form" action="lupa_pass.php" method="POST">
<span>
<img class="image p-l-48 p-t-1 p-b-1" src="images/logo_if.png" style="max-width: 225px;">
</span>
<span class="login-form-title p-b-30">
Portal Webinar<br>IF Darma Cendika
</span>
<div class="row text-center justify-content-center">
Anda perlu memasukkan email terlebih dahulu.
</div>
<div class="container-login-form-btn p-t-30 p-b-15">
<button class="login-form-btn" name="login"><a style="color:white;">Masukkan Email</a>
</button>
</div>
</div>
</form>
</div>
</div>
<!-- script java script -->
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/select2/select2.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>