Create index.html

This commit is contained in:
jlevine18 2018-11-28 11:06:04 -06:00 committed by GitHub
parent 6bfc258e85
commit cce111bd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
website/index.html Normal file
View File

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script>
<script src="scripts.js" charset="utf-8"></script>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300" rel="stylesheet">
<title>TitanScout- New Form </title>
</head>
<body>
<h1>TitanScout- New Form </h1>
<div id="formMain">
<div id="expBar">
<div class="formNavi">
<input type="text" name="" value="Page 1">
</div>
<div class="formNavi" id="add">+</div>
</div>
<div id="OptionBar">
<div id="newQ">New Question</div>
<div id="RemPage">Remove Page</div>
</div>
<input type="button" name="" value="Save" id="svb">
</div>
</body>
</html>