57 lines
1.6 KiB
HTML
57 lines
1.6 KiB
HTML
<!Doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="shortcut icon" href="pics/Airplane.ico" />
|
|
<title>ReFleX</title>
|
|
|
|
|
|
<script type="text/javascript" src="jquery-3.1.1.min.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
|
|
<!-- Optional theme -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
|
|
|
|
<!-- Latest compiled and minified JavaScript -->
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container-fluid">
|
|
<div class="row nav">
|
|
<div class="col-sm-5">
|
|
</div>
|
|
<div class="col-sm-7">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="input">
|
|
<p class="title">ReFleX
|
|
<p class="subtitle">Compete With <font color = "#00897B"><font-size = 40px><b>You</b></font></font></font>
|
|
</p>
|
|
|
|
<p class="inputs">
|
|
<br>
|
|
<a href="planePage.html"><button id="begin">BEGIN</button></a>
|
|
<br>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<script type="text/javascript" src="indexJs.js"></script>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|