Adjust index.html to the new website architecture

This commit is contained in:
Utku Bilen Demir 2025-12-23 15:58:22 +01:00
parent 55f8170478
commit 012a33c599

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=ba_thesis/ba_thesis.pdf">
<title>Bachelors Thesis Utku B. Demir</title>
</head>
<body>
<p>
If the PDF does not open automatically,
<a href="ba_thesis/ba_thesis.pdf">click here</a>.
</p>
</body>
</html>