-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (61 loc) · 2.03 KB
/
index.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DOD Internet Model</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/decolines.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--><script>document.documentElement.className = 'js';</script>
</head>
<body>
<main class='container'>
<div style='width:60%; margin: 0 auto; height:100vh'>
<header>
<h1 class="header_title" id='landingpage'>DOD<br>INTERNET<br>MODEL</h1>
</header>
</div>
<div class='container'>
<div class='stackcontainer'>
<table class='whitetable'>
<tbody>
<tr>
<td rowspan="3" class='td_desc r00'>Host layers</td>
<td class='r1'><a href="./layers/layer7.html">Layer 7: Application</a></td>
</tr>
<tr>
<td class='r2'><a href="./layers/layer6.html">Layer 6: Utility</a></td>
</tr>
<tr>
<td class='r3'><a href="./layers/layer5.html">Layer 5: Transport</a></td>
</tr>
<tr>
<td rowspan="4" class='td_desc r01'>Media layers</td>
<td class='r4'><a href="./layers/layer4.html">Layer 4: Internetwork</a></td>
</tr>
<tr>
<td class='r5'><a href="./layers/layer3.html">Layer 3: Network</a></td>
</tr>
<tr>
<td class='r6'><a href="./layers/layer2.html">Layer 2: Link</a></td>
</tr>
<tr>
<td class='r7'><a href="./layers/layer1.html">Layer 1: Physical</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
</div>
</main>
<script src="js/anime.min.js"></script>
<script src="js/main.js"></script>
<script src="js/linemaker.js"></script>
</body>
</html>