Editing: header.php
Kembali
<?php include 'config/config.php'; ?> <?php include 'libraries/Database.php'; ?> <?php include 'helpers/format_helper.php'; ?> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Welcome to Pauls Blogpost</title> <!-- Bootstrap core CSS --> <link href="css/bootstrap.css" rel="stylesheet"> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/custom.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <script src="../../assets/js/ie-emulation-modes-warning.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3/dist/html5shiv.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script> <![endif]--> </head> <body> <div class="blog-masthead"> <div class="container"> <nav class="blog-nav"> <a class="blog-nav-item active" href="index.php">Home</a> <a class="blog-nav-item" href="posts.php">All Posts</a> </nav> </div> </div> <div class="container"> <div class="logo" ><img src="images/logo.png" /> </div> <div class="blog-header"> <h1 class="blog-title">Welcome to Mariner's Blogpost</h1> <p class="lead blog-description">The Blog for Mariners.</p> </div> <div class="row"> <div class="col-sm-8 blog-main">
SIMPAN PERUBAHAN