This commit is contained in:
Joshua Killen 2020-04-17 17:18:34 +01:00
parent ff6a76559b
commit 77eb0fb399
3 changed files with 8 additions and 9 deletions

View File

@ -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>

View File

@ -0,0 +1,4 @@
.headImg {
background-image: url(network.jpg);
padding-bottom: 15em;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB