-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 941 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 941 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Spiral Racing | Documents</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="/logos/icon.png">
</head>
<body>
<main>
<h1>Team Spiral Documents</h1>
<p>Central hub for organizing and accessing important team documents.</p>
<div>
<h2>Legal</h2>
<ul>
<li><a href="/pdfs/Team Spiral Racing - Privacy Policy.pdf" target="_blank">Privacy Policy</a></li>
<li><a href="/pdfs/Team Spiral Racing - Terms of Service.pdf" target="_blank">Terms of Service</a></li>
</ul>
</div>
<img id="logo" src="/logos/full.png" alt="logo" />
<span>© Team Spiral Racing and its contributors 2024-2025</span>
</main>
</body>
</html>