-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuccess.html
More file actions
33 lines (30 loc) · 1.05 KB
/
success.html
File metadata and controls
33 lines (30 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/gif/png" href="pics/icon.png">
<link rel="stylesheet" type="text/css" href="main.css">
<meta charset="UTF-8">
<title>Newcommer Career Discover</title>
</head>
<body>
<div class="mid">
<img src="pics/Logo.png" alt="Logo" height="190px" width="300px">
</div>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="signup.html">Looking for a Job?</a></li>
<li><a href="funding.html">Looking for Funding?</a></li>
<li><a href="business.html">Looking for Employees?</a></li>
<!-- <li><a href="about.html">About</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
<section id="success" class="wrapper style1">
<center>
<h1 style="font-size:60px;">Success!</h1>
<p></p>
<p> You are now registered and employers can see you! Try waiting a while to get some responces.</p>
</center>
</section>
</body>
</html>