Subversion Repositories svnkaklik

Compare Revisions

Problem with comparison.

Ignore whitespace Rev HEAD → Rev 466

/web/UST/index.en.php
0,0 → 1,40
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
 
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="Home page of UST - Universal Scientific Technologies corporation">
<meta name="keywords" content="electronic modules kits development">
<meta name="author" content="kaklik Jakub Kákona">
<link rel="stylesheet" type="text/css" href="default.css" media="screen">
<title>UST - 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>
 
<p>Welcome at an oficial presentation of UST - Universal Scientific Technologies, we are focused on extreme electronic aplications especially for scientific users.</p>
<p> We are the first accepted maintaner of Czech electronics kit system <a href="http://www.mlab.cz">MLAB</a>.</p>
<p>We hope to be able to do something useful for you.</p>
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>