-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiplot.html
More file actions
47 lines (42 loc) · 1.23 KB
/
Copy pathbiplot.html
File metadata and controls
47 lines (42 loc) · 1.23 KB
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
<!DOCTYPE HTML>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>Dashboard</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<body>
<div id="header">
<div>
<ul id="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="features.html">Portfolio</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<center>
<img src="images/biplot.JPG" alt="Img" height="" width="">
<br>
<img src="images/biplot2.JPG" alt="Img" height="" width="">
</center
</div>
<div id="footer">
<div class="clearfix">
<div id="connect">
<a href="https://github.com/JesseNormand/" target="" class=""><img src="images/github.png" alt="Img" height="50" width="50"></a><a href="https://www.linkedin.com/in/jessenormand/" target="" class=""><img src="images/linked.png" alt="Img" height="50" width="50"></a>
</div>
<p>
© 2022 jessenormand. All Rights Reserved.
</p>
</div>
</div>
</body>
</html>