Subversion Repositories svnkaklik

Rev

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

Rev 454 Rev 468
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="description">
7
<meta name="description" content="description">
8
<meta name="keywords" content="keywords"> 
8
<meta name="keywords" content="keywords"> 
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</title>
11
<title>UST</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>UST - Universal Scientific Technologies <br>
25
		<p>UST - Universal Scientific Technologies <br>
26
			Jakub Kákona<br>
26
			Jakub Kákona<br>
27
			U Jatek 19/III<br>
27
			U Jatek 19/III<br>
28
			Soběslav<br>
28
			Soběslav<br>
29
			392 01<br>
29
			392 01<br>
30
			CZECH REPUBLIC<br>
30
			CZECH REPUBLIC<br>
31
			<br>
31
			<br>
-
 
32
			E-mail: sale@ust.cz<br>
-
 
33
			<br>
32
			IČO: 76062201<br>
34
			IČO: 76062201<br>
33
			DIČ: 8810011936<br>
35
			DIČ: 8810011936<br>
34
		</p>
36
		</p>
35
	</div>
37
	</div>
36
 
38
 
37
<?php
39
<?php
38
  include ("./include/footer.php");
40
  include ("./include/footer.php");
39
?>
41
?>
40
 
42
 
41
</div>
43
</div>
42
 
44
 
43
</body>
45
</body>
44
 
46
 
45
</html>
47
</html>