-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
34 lines (31 loc) · 1.03 KB
/
main.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
<html>
<head>
<title>Wireless Medical Device Security</title>
<link href='http://fonts.googleapis.com/css?family=Merriweather|Nova+Square' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/master.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body >
<div id="container">
<div id="header">
<h1>Wireless Medical Device Security</h1>
<img class="heart" src="images/heart-trans.png"></img>
</div>
<div id="nav">
<ul>
<li class="nav"><a class="S-index" href="index.html">Introduction</a></li>
<li class="nav"><a class="S-legal" href="legal.html">Existing Legal Frameworks</a></li>
<li class="nav"><a class="S-threats" href="threats.html">Security Threats and Solutions</a></li>
<li class="nav"><a class="S-case-studies" href="case-studies.html">Case Studies</a></li>
</ul>
</div>
<div id="content-container">
<div id="content">
CONTENT
</div>
<div id="footnotes">
FOOTNOTE
</div>
</div>
</div>
</body>
</html>