-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtentang.php
More file actions
37 lines (29 loc) · 970 Bytes
/
tentang.php
File metadata and controls
37 lines (29 loc) · 970 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
27
28
29
30
31
32
33
34
35
36
37
<?php
include_once 'header.php';
?>
<!DOCTYPE html>
<html>
<head>
<title>Administrasi</title>
<style type="text/css">
.navbar {
width: 90%;
height: 450px;
/*box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.7);*/
margin-top: 18px;
}
img {
width: 900px;
}
</style>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/dataTables.bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="navbar">
<img src="images/borobor.jpeg"><br><br>
<h1>Tentang Kecamatan Borbor Samosir</h1>
<p style="margin-bottom: 50px;">Kecamatan Borbor adalah salah satu kecamatan di Kab.Toba Samosir di provinsi Sumatera Utara, Indonesia. Kecamatan ini memiliki luas wilayah 2.127,25 km2 dan berpenduduk sebanyak 12.675 jiwa (2018). Kecamatan ini berlokasi di dataran tinggi Kab.Toba Samosir, Sumatera Utara. Kecamatan ini mempunyai iklim yang sejuk dengan suhu berkisar antara 16 ºC. samapai 17 ºC.</p>
</div>
</body>
</html>