-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpracumingguan.php
More file actions
26 lines (20 loc) · 813 Bytes
/
pracumingguan.php
File metadata and controls
26 lines (20 loc) · 813 Bytes
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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<title>Prakiraan Cuaca Mingguan</title>
<meta charset=utf-8 >
<?php include "header.php"; ?>
<div class="destination_details_info">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 col-md-8">
<div class="destination_info">
<h3 class="text-heading">PRAKIRAAN CUACA MINGGUAN WILAYAH KALIMANTAN BARAT </h3>
<a href="pengelola/pracuharian/pracumingguan_13sept.jpg" target="_blank"> <img class="img-fluid" src="pengelola/pracuharian/pracumingguan_13sept.jpg"></a>
</div>
</div>
</div>
</div>
</div>
<?php include "footer.php"; ?>
</html>