DIR : /home/kozerus/public_html/mob1.html
/home/kozerus/public_html
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Top Navigation Menu -->
<div class="topnav">
<!-- Logo mob_lists.html -->
<!-- Logo mobmax.html -->
<!-- Logo mobmin.html -->
<!-- Logo index_blob.html -->
<!-- Logo index.html -->
<!-- Logo notes.txt -->
<!-- Logo indexmin -->
<!-- Logo indexmax -->
<!-- Logo index_ -->
<a href="mob_lists.html" target=_blank class="active"> <img src="/imgs/btn/koeyew.png" height=20> </a> <a href="/mobmax.html" target=_blank class="active"> <img src="/imgs/btn/koeyew.png" height=30> </a>
<a href="mobmin.html" target=_blank class="active"> <img src="/imgs/btn/koeyew.png" height=40> </a>
<a href="index_sailboat.html" target=_blank class="active"> <img src="/imgs/btn/koeye_blob.png" height=50> </a>
<a href="#home" target=_blank class="active"> <img src="/imgs/btn/ko.png" height=50> </a>
<a href="notes.txt" target=_blank class="active"> <img src="/imgs/btn/koeyew_text.png" height=50> </a>
<a href="indexmin.html" target=_blank class="active"> <img src="/imgs/btn/koeyeb.png" height=40> </a>
<a href="indexmax.html" target=_blank class="active"> <img src="/imgs/btn/koeyeb.png" height=30> </a>
<a href="index_.html" target=_blank class="active"> <img src="/imgs/btn/koeyeb.png" height=20> </a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="/pdf/web/viewer.html?file=/pdf/mars.pdf">mars.pdf
</a>
<a href="/pdf/web/viewer.html?file=/pdf/konet.pdf">konet.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/royal1.pdf">royal1.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/bookmarkusb.pdf">bookmarkusb.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/iperms.pdf">iperms.pdf</a>
<hr color=goldenrod>
<a href="/pdf/web/viewer.html?file=/pdf/jtfdc.pdf">jtfdc.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/jtfinc.pdf">jtfinc.pdf</a>
<hr color=goldenrod>
<a href="/pdf/web/viewer.html?file=/pdf/jtfdcr.pdf">jtfdcr.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/usps.pdf">usps.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/law.pdf">law.pdf</a>
<hr color=goldenrod>
<a href="/pdf/web/viewer.html?file=/pdf/med.pdf">med.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/kou.pdf">kou.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/kids.pdf">kids.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/kt.pdf">kt.pdf</a>
<!--
<a href="/pdf/web/viewer.html?file=/pdf/konet_userguide.pdf">konet_userguide.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/konet_importexport.pdf">konet_importexport.pdf</a>
<a href="/pdf/web/viewer.html?file=/pdf/konet_us.pdf">konet_us.pdf</a>
-->
<!--
<a href="/pdf/iperms.pdf">iperms.pdf</a>
<a href="/pdf/iperms.pdf">iperms.pdf</a>
<a href="/pdf/iperms.pdf">iperms.pdf</a>
<a href="/pdf/jtfdc.pdf">jtfdc.pdf</a>
<a href="/pdf/jtfinc.pdf">jtfinc.pdf</a>
<a href="/pdf/jtfdcr.pdf">jtfdcr.pdf</a>
<a href="/pdf/usps.pdf">usps.pdf</a>
<a href="/pdf/konet_userguide.pdf">konet.pdf</a>
<a href="/pdf/konet_importexport.pdf">konet.pdf</a>
-->
<a href="#news">News</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<style>
/* Style the navigation menu */
.topnav {
overflow: hidden;
background-color: #333;
position: relative;
}
/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
display: none;
}
/* Style navigation menu links */
.topnav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}
/* Style the hamburger menu */
.topnav a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 0;
}
/* Add a grey background color on mouse-over */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Style the active link (or home/logo) */
.active {
background-color: #4CAF50;
color: white;
}
</style>
<script>
/* Toggle between showing and hiding the navigation menu links when the user clicks on the hamburger menu / bar icon */
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
</script>
//