-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomeA.html
33 lines (33 loc) · 1.11 KB
/
HomeA.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Home</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="header" class="container">
<div id="menu">
<ul>
<li class="current_page_item"><a href="#">Duomenų analizė</a></li>
<li><a href="#">Prognozės</a></li>
<li><a href="#">Importuoti duomenys</a></li>
<li><a href="#">Vartotojai</a></li>
<li><a href="#">Atsijungti</a></li>
<li><a href="#">Pagalba</a></li>
</ul>
</div>
<div style="margin-top: 38px;">
<p>Aprasas</p>
</div>
</div>
</div>
<div id="footer">
<p>Copyright (c) 2011. All rights reserved.</p>
</div>
<!-- end #footer -->
</body>
</html>