40 lines
994 B
HTML
40 lines
994 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" href="/css/global.css">
|
|
|
|
<title>Welcome to SuperNOVA!</title>
|
|
</head>
|
|
|
|
<!--HEADER-->
|
|
|
|
<body>
|
|
<div class="title">
|
|
<h1>Welcome to SuperNOVA!</h1>
|
|
</div>
|
|
|
|
<!--TABLE OF CONTENTS-->
|
|
|
|
<main>
|
|
<p>
|
|
SuperNOVA is the name for the First Robotics Competition team 4472.
|
|
This is the online documentation website for SuperNOVA. This website will include
|
|
everything documented by the SuperNOVA team, including parts of WPILib, methods of
|
|
programming certain things, and more!
|
|
</p>
|
|
|
|
<div class="para">
|
|
<h2 id="title">Something</h2>
|
|
<p>
|
|
Put something here. I don't care what.
|
|
</p>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
|
|
<!--FOOTER-->
|
|
|
|
<script src="/js/global.js"></script>
|
|
</html>
|