2020-08-28 21:34:16 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<link rel = "stylesheet" type = "text/css" href = "main.css">
|
|
|
|
|
<meta charset = "utf-8">
|
|
|
|
|
<link rel = "shortcut icon" href = "../assets/documentation-page/icon.ico">
|
|
|
|
|
<title>Generator CSV</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2020-08-29 20:43:36 +02:00
|
|
|
<div id = "outer">
|
|
|
|
|
<header>
|
|
|
|
|
<img id = "header-image" src = "../assets/documentation-page/icon.png">
|
|
|
|
|
<div id = "header-text">
|
|
|
|
|
<p>GENERATOR CSV</p>
|
|
|
|
|
</div>
|
|
|
|
|
<nav>
|
|
|
|
|
<ul id = "menu-ul">
|
|
|
|
|
<li id = "menu-li"><a href = "description.html" target = "content">Opis</a></li>
|
|
|
|
|
<li id = "menu-li"><a href = "how_to_use.html" target = "content">Jak używać?</a></li>
|
|
|
|
|
<li id = "menu-li"><a href = "program_documentation.html" target = "content">Dokumentacja techniczna</a></li>
|
|
|
|
|
<li id = "menu-li"><a href = "about_program.html" target = "content">O programie</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
<section>
|
|
|
|
|
<iframe name = "content" src = "description.html"></iframe>
|
|
|
|
|
</section>
|
|
|
|
|
</div>
|
2020-08-28 21:34:16 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|