-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.inc.php
35 lines (33 loc) · 2.23 KB
/
header.inc.php
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>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="<?php echo $row['meta_desc']; ?>">
<meta name="keywords" content="<?php echo $row['meta_keyword']; ?>">
<meta name="author" content="<?php echo $row['meta_title']; ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lyrical India</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Aclonica">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Allura">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Amarante">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Amaranth">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Amita">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css">
<link rel="stylesheet" href="./assets/css/lyrics.css">
</head>
<body style="font-family: Amarante, cursive;">
<nav class="navbar navbar-light navbar-expand-md sticky-top" style="background: rgba(255,255,255,0.85);height: 80px;">
<div class="container-fluid"><a class="navbar-brand" href="#" style="font-size: 30px;letter-spacing: 4px;font-family: Amaranth, sans-serif;">Lyrical India</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div
class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto" style="font-size: 20px;">
<li class="nav-item"><a class="nav-link active" href="#" style="font-family: Amaranth, sans-serif;">Categories</a></li>
<li class="nav-item"><a class="nav-link" href="#" style="font-family: Amaranth, sans-serif;margin-right: 30px;">Albums</a></li>
</ul>
</div>
</div>
</nav>