Update index.html

This commit is contained in:
MaxOvs19 2022-11-17 21:17:21 +03:00 committed by GitHub
parent 815d92f71d
commit 6cb388d959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,17 @@
<body> <body>
<div class="container"> <div class="container">
<header class="header"> <header class="header">
<div class="header__logoBox">
<h1>CG-SELECT</h1> <h1>CG-SELECT</h1>
<img src="/src/images/logoCG.jpg" alt="#" class="header__logo" /> <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> </header>
</div> </div>