Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 443 → Rev 444

/web/UST/index.en.php
0,0 → 1,45
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Home page</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.en.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
<p><a href="index.cs.php">Česky</a>
<h1>Hello World,</h1>
<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>
<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>
<p>I hope to you found here something interesting :) </p>
<p>
<a href="http://boinc.berkeley.edu/"><img src="http://www.boincstats.com/signature/user_301927_project-1.gif" /></a>
<a href="http://www.czechnationalteam.cz/"><img src="http://www.boincstats.com/signature/team_7281_project-1.gif" /></a>
<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>
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>