Delete index.html

This commit is contained in:
jlevine18 2019-01-06 12:54:29 -06:00 committed by GitHub
parent d3f8b474d0
commit 5a0fe35f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,28 +0,0 @@
<!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>