-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinteractive.php
More file actions
32 lines (22 loc) · 1.14 KB
/
interactive.php
File metadata and controls
32 lines (22 loc) · 1.14 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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<title>Interactive Weather and Wave Forecast Maps (BoM)</title>
<meta charset=utf-8 >
<?php include "header.php"; ?>
<div class="popular_places_area">
<div class="container">
<h2 class="section_title mb_70 text-center" style = "margin-top:-70px">Interactive Weather and Wave Forecast Maps (BoM)</h2>
<div class="row justify-content-center">
<div class="col-lg-12 col-md-12">
<div style="border: 0px solid #d5cc5a; margin: 0px auto; max-width:950px ; overflow: hidden;">
<iframe scrolling="no" src="http://www.bom.gov.au/australia/charts/viewer/index.shtml" style="border: 0px none; height: 900px; margin-left: -50px; margin-top: -165px; width: 1070px;">
</iframe>
<div style="overflow: hidden; color: #000000; background-color: #ffffff; text-align: left; text-decoration: none;"><br />Sumber : <a style="color: #003399;" href="http://www.bom.gov.au/">(Bureau of Meteorology, Australian Government)</a></div>
</div>
</div>
</div>
</div>
</div>
<?php include "footer.php"; ?>
</html>