Update osi_model.html
This commit is contained in:
parent
a879189bc0
commit
514a5c0f23
|
|
@ -53,15 +53,42 @@
|
||||||
<a href="../../../about/about.html">About</a>
|
<a href="../../../about/about.html">About</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</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>
|
<footer>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a class="about" href="../../../../about/about.html">About the Website</a><br>
|
<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 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="contact" href="../../../../contact/contact.html">Contact Us</a><br>
|
||||||
<a class="sitemap" href="">Sitemap</a>
|
<a class="sitemap" href="">Sitemap</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue