mt-polygon-simplification/public/index.html

23 lines
661 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>
2019-08-25 15:22:06 +02:00
<p>Here my master thesis can be downloaded.</p>
2019-08-05 11:19:47 +02:00
<ul>
2019-08-05 13:48:22 +02:00
<li>
2019-08-25 16:05:13 +02:00
<a href="./mt-polygon-simplification.pdf">Download thesis</a>
2019-08-25 15:22:06 +02:00
</li>
<li>
2019-08-25 16:05:13 +02:00
<a href="./mt-polygon-simplification.tar.gz">Download source code</a>
2019-08-05 13:48:22 +02:00
</li>
2019-08-25 15:22:06 +02:00
<li><a href="./benchmarking/index.html">Benchmarking</a></li>
2019-08-05 11:19:47 +02:00
</ul>
2019-08-25 15:22:06 +02:00
<footer>2019 Alfred Melch</footer>
2019-08-05 11:19:47 +02:00
</body>
</html>