-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (50 loc) · 1.62 KB
/
index.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="file:///C:/Users/Trent/Desktop/lecar.ico" type="image/x-icon">
<link rel="shortcut icon" href="/lecar.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oakley, FSA</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Your Website Header</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="oakley.minimapper.org">Oakley</a></li>
<li><a href="/v">Videos</a></li>
<li><a href="/s">Stats</a></li>
</ul>
</nav>
</header>
<main>
<!-- Main Content Goes Here -->
<!-- Example Table -->
<table class="example-table">
<tr>
<td width="189" rowspan="10" align="left" valign="top"><img src="lecar.ico" align="top" width="189" height="202"></td>
<td width="180" colspan="4"> </td>
<td width="277"> </td>
</tr>
<!-- ... (Rest of the table rows) ... -->
<tr>
<td colspan="5"> </td>
</tr>
</table>
</main>
<footer>
<p>© 2024 Your Website Name. All rights reserved.</p>
<nav>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
</ul>
</nav>
</footer>
<script src="main.js"></script>
</body>
</html>