Permalink
Cannot retrieve contributors at this time
40 lines (40 sloc)
1.22 KB
<html> | |
<head> | |
<title> | |
Create New User Account | |
</title> | |
<style> | |
input { | |
border: 1.5px solid #030337; | |
border-radius: 4px; | |
padding: 7px 30px; | |
} | |
input[type=submit] { | |
background-color: #030337; | |
color: white; | |
border-radius: 4px; | |
padding: 7px 45px; | |
margin: 0px 135px | |
} | |
</style> | |
<link rel="stylesheet" type="text/css" href="css/style.css"/> | |
<link rel="stylesheet" href="font-awesome-4.7.0\css\font-awesome.min.css"> | |
</head> | |
<body> | |
<img class="logo" src="images/shutterstock_22.jpg"/> | |
<h1 id="title"> | |
AADITH AIRLINES | |
</h1> | |
<div> | |
<ul> | |
<li><a href="home_page.php"><i class="fa fa-home" aria-hidden="true"></i> Home</a></li> | |
<li><a href="login_page.php"><i class="fa fa-ticket" aria-hidden="true"></i> Schedule maintenance</a></li> | |
<li><a href="home_page.php"><i class="fa fa-plane" aria-hidden="true"></i> About Us</a></li> | |
<li><a href="home_page.php"><i class="fa fa-phone" aria-hidden="true"></i> Contact Us</a></li> | |
<li><a href="login_page.php"><i class="fa fa-sign-in" aria-hidden="true"></i> Login</a></li> | |
</ul> | |
</div> | |
<br> | |
<h3>New user successfully registered! Login into your account to Schedule maintenance.</h3> | |
</body> | |
</html> |