mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
Create index.html
This commit is contained in:
parent
6bfc258e85
commit
cce111bd6a
28
website/index.html
Normal file
28
website/index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user