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="../../main.css" type="text/css">
|
||||||
<link rel="stylesheet" href="../../sitewide_assets/navbar/navbar.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/navbar/navbar.js"></script>
|
||||||
<script src="../../sitewide_assets/filter_search/filter_search.js"></script>
|
|
||||||
|
|
||||||
<title>Networking-Internet Protocols: Z14IT-Internet Fundamentals</title>
|
<title>Networking-Internet Protocols: Z14IT-Internet Fundamentals</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -46,13 +44,10 @@
|
||||||
<a href="../../about/about.html">About</a>
|
<a href="../../about/about.html">About</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
<div class=".headImg">
|
||||||
<h1>Internet Protocols</h1>
|
<h1>Internet Protocols</h1>
|
||||||
|
</div>
|
||||||
<input type="text" id="searchInput" onkeyup="search()" placeholder="Search for tag...">
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
<ul id="referenceList">
|
|
||||||
<li><article class="anchor">
|
<li><article class="anchor">
|
||||||
<details>
|
<details>
|
||||||
<summary class="frameTitle">FTP</summary>
|
<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