PRV-Website/index.html

25 lines
641 B
HTML
Raw Normal View History

2024-04-26 18:33:11 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Selim's Homepage</title>
</head>
<body>
<div id="heading">
<h1>Selim Eser <br> Hochschule Mannheim <br> (2211482)</h1>
2024-06-01 19:41:34 +02:00
2024-04-26 18:33:11 +02:00
<br><br>
</div>
<br><br><br>
<div id="projects">
<h1 style="font-size: 1.3em;">Projects</h1>
<br>
<div id="projectLinks">
<a href="calculator.html" target="_blank" style="color: brown;">Calculator</a>
<br><br><br>
</div>
</div>
</body>
<link rel="stylesheet" href="style.css">
</html>