mt-polygon-simplification/public/index.html
2019-08-25 16:05:13 +02:00

23 lines
661 B
HTML

<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>
<p>Here my master thesis can be downloaded.</p>
<ul>
<li>
<a href="./mt-polygon-simplification.pdf">Download thesis</a>
</li>
<li>
<a href="./mt-polygon-simplification.tar.gz">Download source code</a>
</li>
<li><a href="./benchmarking/index.html">Benchmarking</a></li>
</ul>
<footer>2019 Alfred Melch</footer>
</body>
</html>