-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 847 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 847 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevLaunch</title>
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<header>
<h1>Welcome to DevLaunch</h1>
<p>Empowering developers. Fostering innovation. Creating impact.</p>
</header>
<section>
<h2>Our Vision</h2>
<p>To inspire and support developers through mentorship, high-quality practices, and innovative projects.</p>
</section>
<section>
<h2>Our Mission</h2>
<p>Promoting innovation and collaboration to deliver impactful projects locally and globally.</p>
</section>
<footer>
<p>Join us in building the future of technology, one project at a time.</p>
</footer>
</body>
</html>