forked from PWNAGERobotics/ScoutingPASS
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 915 Bytes
/
index.html
File metadata and controls
28 lines (24 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, maximum-scale=1.0">
<title>ScoutingPASS 95</title>
<link rel="stylesheet" href="./resources/css/scoutingPASSnew.css">
<script>
var columnList = ["left"];
</script>
</head>
<body>
<div id="top"
style="background-color:var(--background); position:fixed; width:100%; top:0em; border:0px solid black">
<h1 id="prematchHeader1" class="page_title">Scouting PASS 95</h1>
</div>
<div id="main-panel-holder" style="top:5em">
<div>
<div style="display:flex; flex-direction: column; width:100%; margin-top:104px"> <!-- originally margin-top: was 98px-->
<h1><a href="OneColumn.html">One Column form</a></h1>
<h1><a href="TwoColumn.html">Two Column form</a></h1>
<h1><a href="ThreeColumn.html">Three Column form</a></h1>
</div>
</body>
</html>