4.0 Beta (Build 20242)
This commit is contained in:
@@ -7,22 +7,24 @@
|
||||
<title>Generator CSV</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img id = "header-image" src = "../assets/documentation-page/icon.png">
|
||||
<div id = "header-text">
|
||||
<p>GENERATOR CSV</p>
|
||||
</div>
|
||||
</header>
|
||||
<nav>
|
||||
<ul id = "menu-ul">
|
||||
<li id = "menu-li"><a href = "about_program.html" target = "content">O programie</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 programistyczna</a></li>
|
||||
<li id = "menu-li"><a href = "other.html" target = "content">Inne</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<section>
|
||||
<iframe name = "content" src = "about_program.html"></iframe>
|
||||
</section>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user