-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.02 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>de tilo homepage</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="DT-logo.png" type="image/x-icon">
</head>
<body>
<div id="homepage-container"></div>
<h1>welcome to my GitHub Pages homepage! :)</h1>
<p class="title-paragraph">here you will find my notes on my web development journey and projects, stay tuned for updates!</p>
<h2 class="index-h2">what I'm currently working on:</h2>
<div class="link-container">
<ol>
<li>creating my GitHub Pages site</li>
<li>learning HTML/CSS</li>
<li><i>secret project, more details soon..</i></li>
</ol>
<h2 class="index-h2">links to stuff:</h2>
<ul>
<li><a href="dev-blog.html" target="_blank">dev blog</a></li>
</ul>
</div>
</div>
<footer>
<p class="footer">© 2025 de tilo</p>
</footer>
</body>
</html>