Skip to content

Instantly share code, notes, and snippets.

@galihazizif
Created November 8, 2017 11:41
Show Gist options
  • Save galihazizif/e26e6664165ce08bd258b4fc504148a6 to your computer and use it in GitHub Desktop.
Save galihazizif/e26e6664165ce08bd258b4fc504148a6 to your computer and use it in GitHub Desktop.
bukutamu/layout/header.php
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h1>Buku Tamu</h1>
<hr>
<div>
<a href="index.php?page=home">Beranda</a>
<a href="index.php?page=form">Masukan Data</a>
</div>
<hr>
<div class="content">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment