add html structure
This commit is contained in:
15
index.html
15
index.html
@@ -1,3 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>David Madl</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="blocks">
|
||||
<div class="block">
|
||||
<h2>Optimizing software</h2>
|
||||
@@ -37,3 +49,6 @@
|
||||
<div class="footer">
|
||||
<p>© 2026 David Madl</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user