Update osi_model.html
This commit is contained in:
parent
a879189bc0
commit
514a5c0f23
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue