Introduce index.html

This commit is contained in:
Utku Bilen Demir 2025-12-23 15:17:07 +01:00
parent 26011c1fc0
commit e10fc5ab3d

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=main.pdf">
<title>Masters Thesis Utku B. Demir</title>
</head>
<body>
<p>
If the PDF does not open automatically,
<a href="main.pdf">click here</a>.
</p>
</body>
</html>