Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
444 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>
6
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
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"/>
11
<title>Home page</title>
12
</head>
13
 
14
<body>
15
 
16
<div class="container">
17
 
18
<?php
19
  include ("./include/navigation.en.php");
20
?>
21
 
22
	<div class="holder_top"></div>
23
 
24
	<div class="holder">
25
	<p><a href="index.cs.php">Česky</a>
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>
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>
30
		<p>
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>
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
 
35
	</div>
36
 
37
<?php
38
  include ("./include/footer.php");
39
?>
40
 
41
</div>
42
 
43
</body>
44
 
45
</html>