Subversion Repositories svnkaklik

Rev

Rev 98 | Rev 428 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
15 kaklik 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
<html>
4
 
5
<head>
17 kaklik 6
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
15 kaklik 7
<meta name="description" content="description"/>
8
<meta name="keywords" content="keywords"/> 
9
<meta name="author" content="author"/> 
10
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
89 kaklik 11
<title>Home page</title>
15 kaklik 12
</head>
13
 
14
<body>
15
 
16
<div class="container">
17
 
97 kaklik 18
<?php
98 kaklik 19
  include ("./include/navigation.cs.php");
97 kaklik 20
?>
15 kaklik 21
 
22
	<div class="holder_top"></div>
23
 
24
	<div class="holder">
102 kaklik 25
	<p><a href="index.en.php">English</a>
18 kaklik 26
		<h1>Nazdar Lidi,</h1>
88 kaklik 27
		<p>Na tenhle web se budu snažit napsat napsat co nejvíc znalostí na které jsem musel přijít, protože nejsou nikde jinde k nalezení.</p>
28
		<p>Web je zároveň větví projektu <a href="http://www.mlab.cz">MLAB</a> na kterém najdete i podrobnější informace o některých zde popisovaných zařízeních.</p>
19 kaklik 29
		<p>Doufám že tu najdete něco, co vám udělá radost :)</p>
89 kaklik 30
		<p>
31
		<a href="http://boinc.berkeley.edu/"><img src="http://www.boincstats.com/signature/user_301927_project-1.gif" /></a>
92 kaklik 32
		<a href="http://www.czechnationalteam.cz/"><img src="http://www.boincstats.com/signature/team_7281_project-1.gif" /></a>
89 kaklik 33
		<a href="http://www.geocaching.com/profile/?guid=f1c72858-bdfe-42a3-9eeb-8fde6b0e7530" target="_blank"><img src="http://img.geocaching.com/stats/img.aspx?txt=Let's+go+geocaching&uid=f1c72858-bdfe-42a3-9eeb-8fde6b0e7530&bg=1" border="0" title="Profile for kaklik" alt="Profile for kaklik"></a></p>
15 kaklik 34
 
35
	</div>
36
 
96 kaklik 37
<?php
98 kaklik 38
  include ("./include/footer.php");
96 kaklik 39
?>
95 kaklik 40
 
15 kaklik 41
</div>
42
 
43
</body>
44
 
45
</html>
46
			<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
47
			Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
48
			Free web design, web templates, web layouts, and website resources!
49
			</span></center><br><br>
17 kaklik 50