forked from VanillaCola/HeatImage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
28 lines (23 loc) · 698 Bytes
/
about.html
File metadata and controls
28 lines (23 loc) · 698 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Heat Image</title>
</head>
<body>
<p id="Title">Heat Image</p>
<div class="menu">
<ul>
<li><a href="index.php">Static</a></li>
<li><a href="dynamic.php">Dynamic</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
<br style="clear:left"/>
</div>
<p id ="section"><u>Introduction</u></p>
<p id ="para">This project is designed to display the Heatmap area on a uploaded image by selecting a specific data set. If none of the data set is chosen, it just simply upload the image.</p>
<br>
<p>Author: Jiyuan Li</p>
<p>Advisor: Feifei Li</p>
</body>
</html>