Update index.html
This commit is contained in:
parent
815d92f71d
commit
6cb388d959
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user