Update osi_model.html

This commit is contained in:
Joshua Killen 2020-04-16 18:24:33 +01:00
parent a879189bc0
commit 514a5c0f23
1 changed files with 34 additions and 7 deletions

View File

@ -53,15 +53,42 @@
<a href="../../../about/about.html">About</a>
</div>
</header>
<h1>OSI Model</h1>
<h1>OSI Model</h1>
<details>
<summary>Layer 7</summary>
<p></p>
</details>
<details>
<summary>Layer 6</summary>
<p></p>
</details>
<details>
<summary>Layer 5</summary>
<p></p>
</details>
<details>
<summary>Layer 4</summary>
<p></p>
</details>
<details>
<summary>Layer 3</summary>
<p></p>
</details>
<details>
<summary>Layer 2</summary>
<p></p>
</details>
<details>
<summary>Layer 1</summary>
<p></p>
</details>
<footer>
<div class="footer">
<a class="about" href="../../../../about/about.html">About the Website</a><br>
<a href="../../../sitewide_assets/bibliography.pdf" download="KILLEN_Joshua_Bibliography" target="_blank">Bibliography</a><br>
<a class="contact" href="../../../../contact/contact.html">Contact Us</a><br>
<a class="sitemap" href="">Sitemap</a>
<div class="footer">
<a class="about" href="../../../../about/about.html">About the Website</a><br>
<a href="../../../sitewide_assets/bibliography.pdf" download="KILLEN_Joshua_Bibliography" target="_blank">Bibliography</a><br>
<a class="contact" href="../../../../contact/contact.html">Contact Us</a><br>
<a class="sitemap" href="">Sitemap</a>
</div>
</footer>
</body>