-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 900 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BE_CODESISTENT</title>
</head>
<body
style="margin: 0; padding: 0; min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #1a1a1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;">
<div style="text-align: center;">
<h1 style="font-size: 2.5rem; margin-bottom: 1rem; color: #fff;">Web & Mobile Development Practice Projects</h1>
<p><a href="Practice - HTML | CSS | JS/index.html"
style="display: inline-block; padding: 12px 24px; background: #4a9eff; color: #fff; text-decoration: none; border-radius: 6px; font-weight: 500; transition: background 0.2s;">View
Practice Projects</a></p>
</div>
</body>
</html>