-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2020.html
40 lines (32 loc) · 1.17 KB
/
2020.html
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
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>ACHSRobotics</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<style>
body{height:100%;
width:100%;
background-image:url(http://muskegonrobotics.com/wp-content/uploads/2019/08/FRC-Infinite-Recharge-768x432.png);
background-repeat:no-repeat;
background-size:cover;
}
a {
background-color: #ccddff;
text-decoration: none;
}
div.text {
width:50%;
margin-left:25%;
background:white;
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
text-align: center;
padding: 10px 20px;
}</style>
</head>
<body>
<div class="text">The 2020 season competition is not yet released. We do know it is called infinite recharge, and is sponsored by Stat Wars. This page will be updated
when the actual competition drops. <a href="https://www.firstinspires.org/robotics/frc/game-and-season">Check it out on the official FIRST website.</a></div>
</body>
</html>