-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_header.php
More file actions
27 lines (27 loc) · 972 Bytes
/
_header.php
File metadata and controls
27 lines (27 loc) · 972 Bytes
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
<?
require_once ('config.php');
?>
<!DOCTYPE html>
<html>
<head>
<title>Rasp Cameras</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/fotorama.css" rel="stylesheet" media="screen">
<link href="css/ui-lightness/jquery-ui-1.10.3.custom.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
</head>
<body>
<header class="jumbotron subhead" id="overview">
<div class="container">
<h1>Rasp Camera</h1>
<p class="lead">Fundamental HTML elements styled and enhanced with extensible classes.</p>
</div>
</header>
<div class='container menu'>
<ul class="nav nav-pills">
<li><a href='index.php'>Изображения</a></li>
<li><a href='video.php'>Видео</a></li>
</ul>
</div>