-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (62 loc) · 2.39 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
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/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>Main Page</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<div class="header">
<div class="headimg">
<img src="https://blizztube.github.io/images/flag-of-oakley.png" alt="Flag of Oakley" width="150">
</div>
<div class="headbarleft">
<div class="row">
<a href="site.com" style="padding-right: 20px;" class="link">Oakley on OGF</a>
<a href="site.com" style="padding-right: 20px" class="link">Oakley on OGF wiki</a>
<a href="site.com" style="padding-right: 20px" class="link">Interacative Maps</a>
</div>
<div class="row">
<a href="site.come" style="padding-right: 20px" class="link">Counties</a>
<a href="site.com" style="padding-right: 20px" class="link">Townships</a>
<a href="site.com" style="padding-right: 20px" class="link">Cities</a>
<a href="site.com" style="padding-right: 20px" class="link">Parks</a>
<a href="site.com" style="padding-right: 20px" class="link">History</a>
<a href="other" style="padding-right: 20px" class="link">Other</a>
</div>
</div>
<div class="headbarright">
<p>what</p>
</div>
</header>
<main>
<!-- Main Content Goes Here -->
<!-- Example Table -->
<table class="example-table">
<tr>
<td width="189" rowspan="10" align="left" valign="top"><img src="/minimapper/images/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>
<!-- Add is needed <script src="main.js"></script> -->
</body>
</html>