Files
GeneratorCSV/documentation/index.html

30 lines
1.3 KiB
HTML
Raw Normal View History

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>
2020-09-02 22:14:59 +02:00
<li id = "menu-li"><a href = "instruction.html" target = "content">Instrukcja</a></li>
<li id = "menu-li"><a href = "program_documentation.html" target = "content">Dokumentacja</a></li>
2020-08-29 20:43:36 +02:00
<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>