mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
29 lines
868 B
HTML
29 lines
868 B
HTML
<!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>
|