-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathforgotsuccess.php
73 lines (61 loc) · 3.01 KB
/
forgotsuccess.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
73
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!-- costume css-->
<link rel="stylesheet" href="./Resource/style.css">
<!-- Judul -->
<title>LMS FMIPA 2.0</title>
</head>
<body>
<!--gambar carrousel -->
<div id="fp-carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div id="fp-gambar-beranda" class="carousel-item active img-fluid">
<img src="./Resource/Image/login bg1_kujang 1318x669.jpg" class="d-block w-100" alt="gambar kujang">
</div>
<div id="fp-gambar-beranda" class="carousel-item img-fluid">
<img src="./Resource/Image/login bg2_kujang party 1302x668.jpeg" class="d-block w-100" alt="gambar kujang malam-malam">
</div>
<div id="fp-gambar-beranda" class="carousel-item img-fluid">
<img src="./Resource/Image/login bg3_pakuan depan 1302x668.jpg" class="d-block w-100" alt="gambar depan pakuan ">
</div>
</div>
</div>
<!-- carrousel end-->
<!-- bahasa -->
<div id="fp-bahasa" class="btn-group" role="group">
<button id="btnGroupDrop1" type="button" class="btn btn-$purple-600 dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" style="color: white;">
Indonesia
</button>
<ul class="dropdown-menu" aria-labelledby="btnGroupDrop1">
<li><a class="dropdown-item" href="#">Indonesia</a></li>
<li><a class="dropdown-item" href="#">English</a></li>
</ul>
</div>
<!-- bahasa end -->
<!-- header-card -->
<div id="fp-forgot-password-header" class="card w-auto">
<div class="card-body">
<p class="card-text" style="text-align: center; padding-top: 24px;">Terima Kasih telah memberitahukan masalah terkait akun anda, kami akan mengirim email verifikasi
untuk mengganti password lama anda.</p>
</div>
<!--card tombol-->
<div id="fp-card-tombol" class="card" style="position: relative;
bottom: 1px;
width: 2px;
top: -32px;
left: 44%;">
<div class="card-body">
<a href="./index.php"><button class="btn btn-light" type="button">Kembali</button></a>
</div>
<!--card tombol end-->
</div>
<!-- header-end-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
</body>
</html>