forked from baguspam/mws-gdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtugas.html
More file actions
58 lines (51 loc) · 1.66 KB
/
tugas.html
File metadata and controls
58 lines (51 loc) · 1.66 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex"/>
<title>PWA - Bagus Pambudi</title>
<link rel="manifest" href="/manifest.json">
<meta name="Description" content="A progressive web app Google Developer Kejar and Inixindo by Bagus Pambudi">
<meta name="Keyword" content="A progressive web app|PWA|Google Developer Kejar|GDK|Inixindo|Bagus Pambudi|Maspamz">
<link href='assets/css/mzp-template.css' rel='stylesheet' />
</head>
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()" >×</a>
<div id="myShowMenu"></div>
</div>
<div class="main" >
<div class="topnav">
<span onclick="openNav()">☰ </span>
</div>
<div class="main-body ">
<br><br><br>
<div class="card card-mz-12 animated fadeInUp">
<div class="container-card">
<h2 class="left-15" id="myTitle"></h2>
<div class="divider"></div>
<br>
<div id="myDescription" style="padding-left:15px; padding-right: 15px;"></div>
<br>
<br>
<br>
</div>
</div>
<div class="card-footer card-mz-12">
<p class="text-center">
Copyright @ 2018 - Bagus Pambudi | Thank you for Google and Inixindo
</p>
</div>
</div>
</div>
</body>
<script src='assets/js/menu.js'></script>
<script src='assets/js/jquery-3.3.1.min.js'></script>
<script src='assets/js/html5sql.js'></script>
<script src='assets/js/load-sql.js'></script>
<script type="text/javascript">
//menu = m, materi=n, tugas=t
loadDb("mp");
</script>
</html>