-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
30 lines (26 loc) · 1023 Bytes
/
header.html
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Face Recognition">
<meta name="author" content="Muhamed Mujic">
<link rel="icon" href="img/favicon.ico">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="include/bootstrap/css/bootstrap.min.css">
<link href="css/style.css" rel="stylesheet">
<!-- Optional theme -->
<link rel="stylesheet" href="include/bootstrap/css/bootstrap-theme.min.css">
<!-- jQuery -->
<script src="include/jquery.js"></script>
<!-- Custom script -->
<script src="js/home.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="include/bootstrap/js/bootstrap.min.js"></script>
<title>Face Recognition</title>
</head>
<body>
<div class="container logo">
<a href="index.php"><img src="img/logo.png"></a>
</div>