/web/kaklik's_web/projects/VLF/vlf.cs.php |
---|
0,0 → 1,43 |
<!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>Kaklik's Web</title> |
</head> |
<body> |
<div class="container"> |
<?php |
include ("./include/navigation.cs.php"); |
?> |
<div class="holder_top"></div> |
<div class="holder"> |
<h1>VLF anténní zesilovač - Přijímač</h1> |
<a>Konstrukce anténního zesilovače je inspirována zapajením <a href="http://www.abelian.demon.co.uk/sid/">Paula Nicholsona</a></p> |
<p>Aktuální výrobní data jsou k dispozici v <a href="http://www.mlab.cz/WebSVN/listing.php?repname=svnkaklik&path=%2Fschemata%2Fmereni%2FVLF%2F#_schemata_mereni_VLF_">SVN databázi</a></p> |
</div> |
<?php |
include ("./include/footer.php"); |
?> |
</div> |
</body> |
</html> |
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;"> |
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br> |
Free web design, web templates, web layouts, and website resources! |
</span></center><br><br> |
/web/kaklik's_web/projects/VLF/vlf.en.php |
---|
0,0 → 1,49 |
<!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>Kaklik's Web</title> |
</head> |
<body> |
<div class="container"> |
<?php |
include ("./include/navigation.en.php"); |
?> |
<div class="holder_top"></div> |
<div class="holder"> |
<h1>Nazdar Lidi,</h1> |
<p>Tak tohle je můj web, budu se tady snažit napsat co nejvíc znalostí na které jsem musel přijít, protože nejsou nikde jinde k nalezení</p> |
<p>Doufám že tu najdete něco, co vám udělá radost :)</p> |
<!-- |
<cite>Sed sodales nisl sit amet augue. Donec ultrices, augue ullamcorper posuere laoreet, turpis massa tristique justo, sed egestas metus magna sed purus.</cite> |
--> |
</div> |
<?php |
include ("./include/footer.php"); |
?> |
</div> |
</body> |
</html> |
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;"> |
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br> |
Free web design, web templates, web layouts, and website resources! |
</span></center><br><br> |