Subversion Repositories svnkaklik

Rev

Rev 452 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 452 Rev 466
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
"http://www.w3.org/TR/html4/strict.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="Home page of UST - Universal Scientific Technologies corporation">
7
<meta name="description" content="Home page of UST - Universal Scientific Technologies corporation">
8
<meta name="keywords" content="electronic modules kits development"> 
8
<meta name="keywords" content="electronic modules kits development"> 
9
<meta name="author" content="kaklik Jakub Kákona"> 
9
<meta name="author" content="kaklik Jakub Kákona"> 
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>UST - Home page</title>
11
<title>UST - 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
 
26
 
27
		<p>Welcome at a oficial presentation of UST - Universal Scientific Technologies, we are focused on extreme electronic aplications especially for scientific users.</p>
27
		<p>Welcome at an oficial presentation of UST - Universal Scientific Technologies, we are focused on extreme electronic aplications especially for scientific users.</p>
28
		<p> We are the first accepted maintaner of Czech electronics kit system <a href="http://www.mlab.cz">MLAB</a>.</p>
28
		<p> We are the first accepted maintaner of Czech electronics kit system <a href="http://www.mlab.cz">MLAB</a>.</p>
29
		<p>We hope to we can do something useful for you.</p>
29
		<p>We hope to be able to do something useful for you.</p>
30
	</div>
30
	</div>
31
 
31
 
32
<?php
32
<?php
33
  include ("./include/footer.php");
33
  include ("./include/footer.php");
34
?>
34
?>
35
 
35
 
36
</div>
36
</div>
37
 
37
 
38
</body>
38
</body>
39
 
39
 
40
</html>
40
</html>