first commit
This commit is contained in:
28
layout/header.php
Normal file
28
layout/header.php
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Magesty Blonjo</title>
|
||||
|
||||
|
||||
<!-- Favicons -->
|
||||
<link href="https://magesty.magelangkota.go.id/assets/images/mainlogo.svg" rel="icon">
|
||||
<link href="https://magesty.magelangkota.go.id/assets/images/mainlogo.svg" rel="apple-touch-icon">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
|
||||
<!-- Font Awesome CDN -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
|
||||
|
||||
<!-- style CSS -->
|
||||
<link href="<?= BASE_URL ?>assets/css/style.css" rel="stylesheet">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
Reference in New Issue
Block a user