-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunder_construction.html
24 lines (24 loc) · 1.39 KB
/
under_construction.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Under Construction</title>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css"> <!-- Link to external CSS file -->
</head>
<body>
<header>
<p class="article-title">Djordje Djokovic</p>
</header>
<main>
<section class="construction-message">
<h2 align="center">Site in Progress: Watch Your Step! 🚧</h2>
<p align="center">Welcome to my corner of the internet – currently less "corner office" and more "construction zone". What's cooking? A website so good you'll want to bookmark it twice. But like a fine wine or a really complicated jigsaw puzzle, it needs a bit more time. Imagine this: a website so engaging, you forget why you opened your browser in the first place. That's what I'm building. For now, it's a bit like Schrödinger's website – is it amazing? Is it just alright? It's both, until you come back and see for yourself. So, mark your calendar, set a reminder, tie a string around your finger – do whatever it takes to remember to come back. You won't want to miss what's coming.</p>
</section>
</main>
<footer>
<p>© 2024 Djordje Djokovic</p>
</footer>
</body>
</html>