-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (27 loc) · 1020 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>VisualHull2D</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1 id="title">VisualHull2D</h1>
<h3 id="subtitle">A 2D convex hull algorithms visualizer</h3>
<table id="info">
<tr>
<td class="infocell"><img src="images/unimi_logo.svg" alt="unimi" width="192" height="192"/></td>
<td class="infocell">
University of Milan<br/><br/>
Computational geometry<br/><br/>
Academic year 2017/2018<br/><br/>
Made by <a href="mailto:[email protected]">Dario Ostuni<a>
</td>
</tr>
</table>
<br/><br/>
<div id="links">
<a href="theory.html">Theory</a> - <a href="manual.html">User Manual</a> - <a href="application.html">Application</a>
</div>
</body>
</html>