forked from MpoMp/RPI-CCTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (41 loc) · 1.69 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML>
<html>
<head>
<title>Main | RPI SecCam</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="images/favicon.png" />
</head>
<body class="boby">
<div>
<!-- Header -->
<header id="header" class="header">
<h1 style="float:left"><a href="index.html"><b>Raspberry Pi Security Camera Project</b></a><h3 style="text-align:right">M.Bogdanos, K.Stavropoulos, C.Thomas</h3></h1>
</header>
<!-- Main -->
<article id="main" class="article">
<center>
<img src="images/rpi_grid.png" alt="" usemap="#Map" />
<map name="Map" id="Map">
<area alt="" title="" href="presentation/presentation.html" shape="rect" coords="4,5,289,368" />
<area alt="" title="" href="http://kopiras.duckdns.org:9009/" shape="rect" coords="1,381,285,752" />
<area alt="" title="" href="http://rpisec.noip.me" shape="rect" coords="297,379,576,746" />
<area alt="" title="" href="report/report.html" shape="rect" coords="298,5,571,370" />
</map>
</center>
</article>
<!-- Footer -->
<footer id="footer" class="footer">
<center>
<ul class="copyright">
<li>© Linuxoeideis</li>
<li>
<a href="https://github.com/MpoMp/RPI-CCTV"><img src="images/github.png" style="width:100px;height:40px;">
</a>
</li>
</ul>
</center>
</footer>
</div>
</body>
</html>