forked from cs4804-24c/final
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProcessBook.html
More file actions
45 lines (38 loc) · 838 Bytes
/
ProcessBook.html
File metadata and controls
45 lines (38 loc) · 838 Bytes
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
40
41
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Process Book</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<h1>NFL Draft Visual</h1>
</header>
<nav tabindex="0">
<div class="menu_dropdown">
<p><a href="index.html">Home</p>
<p><a href="test2.html">Final Visualization</a></p>
<p class = "thislink">Process Book</a></p>
<p><a href="Presentation.html">Presentation</a></p>
</div>
</nav>
<main>
<section class = "content">
<h1>Process Book</h1>
<section>
<object
type ='application/pdf'
data = 'ProcessBook.pdf'
width="800"
height="600"
></object>
</section>
</section>
</main>
<footer>
<p><a href="index.html">Home</a></p>
</footer>
</body>
</html>