-
Notifications
You must be signed in to change notification settings - Fork 0
/
WirelessLinux.html
39 lines (35 loc) · 1.14 KB
/
WirelessLinux.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wireless Linux LAN Tools</title>
<link rel="icon" type="image/x-icon" href="image/favicon.ico">
<link rel="stylesheet" href="Blog_Post.css">
</head>
<body>
<div id="mySidenav" class="sidenav">
<a href="index.html">Home</a>
<a href="Blog.html">Blog</a>
<a href="about.html">About Me</a>
<a href="Holden_Weber_Resume.html">Resume</a>
</div>
<span onclick="openNav()">
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</span>
<header>
<h1>Wireless Linux LAN: Final Project</h1>
</header>
<iframe src="Introduction to Linux Final Project.pdf" width="100%" height="700px">
<p>Your browser does not support embedding PDFs. You can <a href="Introduction to Linux Final Project.pdf">download the PDF here</a>.</p>
</iframe>
<script src="myscripts.js"></script>
<footer>
<p>Author: Holden G. Weber, Ismael Melendez, Alex Mansfield, Barnabas Berhanu</p>
</footer>
</body>
</html>