Subversion Repositories svnkaklik

Rev

Rev 444 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 444 Rev 455
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
"http://www.w3.org/TR/html4/strict.dtd">
3
<html>
3
<html>
4
 
4
 
5
<head>
5
<head>
6
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
6
<meta http-equiv="content-type" content="text/html; charset=utf-8">
7
<meta name="description" content="description"/>
7
<meta name="description" content="description">
8
<meta name="keywords" content="keywords"/> 
8
<meta name="keywords" content="keywords"> 
9
<meta name="author" content="author"/> 
9
<meta name="author" content="author"> 
10
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
10
<link rel="stylesheet" type="text/css" href="default.css" media="screen">
11
<title>Home page</title>
11
<title>Home page</title>
12
</head>
12
</head>
13
 
13
 
14
<body>
14
<body>
15
 
15
 
16
<div class="container">
16
<div class="container">
17
 
17
 
18
<?php
18
<?php
19
  include ("./include/navigation.en.php");
19
  include ("./include/navigation.en.php");
20
?>
20
?>
21
 
21
 
22
	<div class="holder_top"></div>
22
	<div class="holder_top"></div>
23
 
23
 
24
	<div class="holder">
24
	<div class="holder">
25
	<p><a href="index.cs.php">Česky</a>
25
	<p><a href="index.cs.php">Česky</a>
26
		<h1>Hello World,</h1>
26
		<h1>Hello World,</h1>
27
		<p>This web want to be a collect of creative things not as another site by collecting links but I want to write there texts about new minds, which aren't on another site.</p>
27
		<p>This web want to be a collect of creative things not as another site by collecting links but I want to write there texts about new minds, which aren't on another site.</p>
28
		<p>There web is fork of <a href="http://www.mlab.cz">MLAB</a> project which on you can datailed information about something there used things.</p>
28
		<p>There web is fork of <a href="http://www.mlab.cz">MLAB</a> project which on you can datailed information about something there used things.</p>
29
		<p>I hope to you found here something interesting :) </p>
29
		<p>I hope to you found here something interesting :) </p>
30
		<p>
30
		<p>
31
		<a href="http://boinc.berkeley.edu/"><img src="http://www.boincstats.com/signature/user_301927_project-1.gif" /></a>
31
		<a href="http://boinc.berkeley.edu/"><img src="http://www.boincstats.com/signature/user_301927_project-1.gif" /></a>
32
		<a href="http://www.czechnationalteam.cz/"><img src="http://www.boincstats.com/signature/team_7281_project-1.gif" /></a>
32
		<a href="http://www.czechnationalteam.cz/"><img src="http://www.boincstats.com/signature/team_7281_project-1.gif" /></a>
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>
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>
34
		
34
		
35
	</div>
35
	</div>
36
 
36
 
37
<?php
37
<?php
38
  include ("./include/footer.php");
38
  include ("./include/footer.php");
39
?>
39
?>
40
 
40
 
41
</div>
41
</div>
42
 
42
 
43
</body>
43
</body>
44
 
44
 
45
</html>
45
</html>