0,0 → 1,36 |
<!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="description"> |
<meta name="keywords" content="keywords"> |
<meta name="author" content="kaklik Jakub Kákona"> |
<link rel="stylesheet" type="text/css" href="default.css" media="screen"> |
<title>UST</title> |
</head> |
|
<body> |
|
<div class="container"> |
|
<?php |
include ("./include/navigation.en.php"); |
?> |
|
<div class="holder_top"></div> |
|
<div class="holder"> |
<p> Our <a href="http://shop.ust.cz/">e-shop</a> is out of work due to technical problems. Please place orders via <a href="mailto:sale@ust.cz">e-mail</a>.</p> |
<p>Thanks</p> |
</div> |
<?php |
include ("./include/footer.php"); |
?> |
|
</div> |
|
</body> |
|
</html> |