-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (44 loc) · 1.62 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<title>MegonoDev | Aplikasi Antrian</title>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div id="header">
<h1>MegonoDev | Aplikasi Antrian</h1>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div id="video-aktif" class="col-8">
<iframe width="100%" height="400" src="https://www.youtube.com/embed/yVJdnvTmOb0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div id="nomor-aktif" class="col-4">
<h1>NOMOR AKTIF</h1>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div id="loket-1" class="cal-3">L1</div>
<div id="loket-2" class="cal-3">L2</div>
<div id="loket-3" class="cal-3">L3</div>
<div id="loket-4" class="cal-3">L4</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-3.4.1.slim.min.js"></script>
<script src="assets/js/propper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>