Fixed methods search and Exemple page

This commit is contained in:
2022-11-17 21:21:06 +03:00
parent 3160b3d14b
commit 6295b10c6d
5 changed files with 65 additions and 14 deletions

View File

@ -10,8 +10,17 @@
<body>
<div class="container">
<header class="header">
<h1>CG-SELECT</h1>
<img src="/src/images/logoCG.jpg" alt="#" class="header__logo" />
<div class="header__logoBox">
<h1>CG-SELECT</h1>
<img src="/src/images/logoCG.jpg" alt="#" class="header__logo" />
</div>
<hr style="width: 55%" />
<nav>
<ul class="navlist">
<li><a href="">Home</a></li>
<li><a href="../documentation/index.html">Documentation</a></li>
</ul>
</nav>
</header>
</div>