mt-polygon-simplification/public/index.html

19 lines
510 B
HTML
Raw Normal View History

2019-08-05 11:19:47 +02:00
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Master thesis</title>
</head>
<body>
<h1>Master thesis</h1>
<ul>
<li><a href="./benchmarking/index.html">Benchmarking</a></li>
2019-08-05 13:48:22 +02:00
<li>
<a href="./mt-polygon-simplification-2019.pdf">Download thesis</a>
</li>
2019-08-25 13:54:27 +02:00
<li>Download source code</li>
2019-08-05 11:19:47 +02:00
</ul>
</body>
</html>