-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 1.41 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 1.41 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Discover opportunities and resources for software engineering, internships, and interview preparation on Geeksprep.">
<title>Geeksprep - Your Guide to Software Engineering Success</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
text-align: center;
padding: 50px;
}
h1 {
color: #333;
}
p {
font-size: 18px;
color: #666;
}
a {
text-decoration: none;
color: #1e90ff;
font-size: 20px;
}
a:hover {
text-decoration: underline;
}
.container {
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
max-width: 600px;
margin: 0 auto;
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome to Geeksprep!</h1>
<p>Your ultimate resource for software engineering jobs, internships, interview preparation, and much more.</p>
<p>Explore daily job opportunities and improve your career prospects by visiting Geeksprep.</p>
<p><a href="https://geeksprep.com" target="_blank">Visit Geeksprep Now</a></p>
<p>If you're not automatically redirected, <a href="https://geeksprep.com">click here</a>.</p>
</div>
</body>
</html>