45 lines
944 B
HTML
45 lines
944 B
HTML
<!Doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="shortcut icon" href="pics/Airplane.ico" />
|
|
<title>Seat-X</title>
|
|
|
|
|
|
<script type="text/javascript" src="jquery-3.1.1.min.js"></script>
|
|
<style>
|
|
#title{
|
|
color= "black";
|
|
margin-top = 1000px;
|
|
z-index: 100;
|
|
justify-content: center;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
<div class="input">
|
|
<p class="title">ReFlex
|
|
<font color="yellow" class="title">Accomplishing Goals In a Better Way</font>
|
|
</p>
|
|
|
|
<p class="inputs">Welcome to ReFlex Fitness!
|
|
<br>
|
|
<a href="planePage.html"><button id="begin">Begin Process</button></a>
|
|
<br>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<script type="text/javascript" src="indexJs.js"></script>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|