This commit is contained in:
parent
ff6a76559b
commit
77eb0fb399
|
|
@ -13,9 +13,7 @@
|
|||
|
||||
<link rel="stylesheet" href="../../main.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||
<link rel="stylesheet" href="../../sitewide_assets/filter_search/filter_search.css" type="text/css">
|
||||
<script src="../../sitewide_assets/navbar/navbar.js"></script>
|
||||
<script src="../../sitewide_assets/filter_search/filter_search.js"></script>
|
||||
|
||||
<title>Networking-Internet Protocols: Z14IT-Internet Fundamentals</title>
|
||||
</head>
|
||||
|
|
@ -46,13 +44,10 @@
|
|||
<a href="../../about/about.html">About</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<h1>Internet Protocols</h1>
|
||||
|
||||
<input type="text" id="searchInput" onkeyup="search()" placeholder="Search for tag...">
|
||||
|
||||
|
||||
<ul id="referenceList">
|
||||
<div class=".headImg">
|
||||
<h1>Internet Protocols</h1>
|
||||
</div>
|
||||
<ul>
|
||||
<li><article class="anchor">
|
||||
<details>
|
||||
<summary class="frameTitle">FTP</summary>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
.headImg {
|
||||
background-image: url(network.jpg);
|
||||
padding-bottom: 15em;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Loading…
Reference in New Issue