4.0 Beta (Build 20241.2)
This commit is contained in:
28
documentation/index.html
Normal file
28
documentation/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!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>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user