Update home.html
This commit is contained in:
parent
d8db519e82
commit
9681c25a36
|
|
@ -23,12 +23,12 @@
|
|||
<img class="uniLogo" src="../../sitewide_assets/cuc_logo.png" alt="CU Coventry" width="259" height="59">
|
||||
|
||||
<nav class="navBar" id="navBar">
|
||||
<a href="../../home.html">Home</a>
|
||||
<a class="active" href="../../home.html">Home</a>
|
||||
<a href="../../evolution_of_the_internet/eoti.html">Evolution of The Internet</a>
|
||||
<div class="dropDown">
|
||||
<button class="networkDropBtn" onclick="networkDrop()">Networking</button>
|
||||
<div class="networkDrop-content" id="networkDrop">
|
||||
<a class="active" href="../../networking/networking.html">Fundamentals</a>
|
||||
<a href="../../networking/networking.html">Fundamentals</a>
|
||||
<a href="../../internet_protocol/internet_protocol.html">Internet Protocol</a>
|
||||
<a href="../../osi_model/osi_model.html">OSI Model</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue