-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdataset.php
61 lines (54 loc) · 1.6 KB
/
dataset.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
<!DOCTYPE HTML>
<script>
function goBack() {
window.history.back();
}
</script>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, maximum-scale=1">
<title>FP-Statkom</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--Header_section-->
<header id="header_wrapper">
<div class="container">
<div class="header_box">
<nav class="navbar navbar-inverse" role="navigation">
<div id="main-nav" class="collapse navbar-collapse navStyle">
<ul class="nav navbar-nav" id="mainNav">
<li><button onclick="goBack()"><b>Kembali</b></button></li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!--Header_section-->
<!--Tes-->
<section id="tes_asma">
<div class="inner_wrapper">
<div class="container">
<table border="6" align="center" bgcolor="">
<td width="800" height="30" valign="middle">
<img src="img/dataset1.PNG">
<img src="img/dataset2.PNG">
</td>
</table>
</div><br><br>
</section>
<!--Tes-->
<!--Footer-->
<footer class="footer_wrapper" id="contact">
<div class="container">
<div class="footer_bottom"><span>Team Final Project © 2019 <a href="index.php">[Kholil, Sandy, Guntur]</a>. </span> </div>
</div>
</footer>
<!--Footer-->
</body>
</html>