-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 848 Bytes
/
index.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
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Developer Day Attendance Confirmation</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap">
</head>
<body>
<div class="container">
<div class="content">
<img src="DD '24 Logo - With Tagline.png" alt="Developer Day Logo">
<h1>Thank you!</h1>
<p>Thank you for attending Developer Day 2024, Your attendance for Developer Day has been marked.</p>
</div>
</div>
<div class="background-text">
<span>DREAM DEVELOP</span>
<span>DELIVER</span>
</div>
</body>
</html>