-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathheader.php
78 lines (64 loc) · 3.89 KB
/
header.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!--
//////////////////////////////////////////////////////////////////////////////////////////
//
// Project: BLOOD_BANK - Management System
//
// File: header.php
//
// Version: 1.0
//
// Description:
//
// A Simple Blood Bank Mangement System made in Raw PHP
//
//
//
//
// Author: Ami Bappy [[email protected]]
//
// Github: https://github.com/amibappy
//
//
// .______ .___ .______ .______ ____. .____
// | _ \ / \ | _ \ | _ \ \ \ / /
// | |_) | / ^ \ | |_) | | |_) | \ \/ /
// | _ < / /_\ \ | ___/ | ___/ \_ _/
// | |_) | / _____ \ | | | | | |
// |______/ /__/ \__\ | _| | _| |__|
//
//
//
//////////////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2017 Bappy [[email protected]]
// All Rights Reserved.
//
//////////////////////////////////////////////////////////////////////////////////////////
//
// Unauthorized copying of this file, via any medium is strictly prohibited
// Proprietary and confidential
//
//////////////////////////////////////////////////////////////////////////////////////////
//
// DO NOT REMOVE THIS AREA
//
//////////////////////////////////////////////////////////////////////////////////////////
-->
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]>-->
<!--[if !IE]> <!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>BBMS</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Stylesheets -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Javascript -->
<script src="js/jquery.js"></script>
<script src="js/main.js"></script>
</head>
<body>