-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
35 lines (34 loc) · 736 Bytes
/
Copy pathindex.php
File metadata and controls
35 lines (34 loc) · 736 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
<!DOCTYPE html>
<?php
ob_start();
session_start();
error_reporting(0);
?>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head><title>Rental Mobil
</title>
<link rel="stylesheet" href="style/css/style.css" type="text/css">
</head>
<body>
<body background="style/img/back01.png"/>
<div id="header">
<img src="style/img/banner_rahmad.jpg" class="banner">
</div>
<div id='cssmenu'>
<ul>
<li><a href='index.php'>Home</a></li>
<li><a href='index.php'>Kontak</a></li>
<li><a href='index.php'>About</a></li>
</ul>
</div>
<div id="leftbar">
<?php include "sidebar.php";?>
</div>
<div id="isi">
</div>
<div id="footer">
<center><p>Copyright © Rahmad Al Habib 2016</p></center>
</div>
</body>
</html>