-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_cheating.html
More file actions
36 lines (34 loc) · 1.98 KB
/
index_cheating.html
File metadata and controls
36 lines (34 loc) · 1.98 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1791, height=1000">
<title>Space Jam</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- All navigation elements are in the background image -->
<!-- They are clickable via image maps would be one approach, -->
<!-- but for this recreation we use invisible positioned links -->
<div class="container">
<!-- Invisible clickable areas over the background image elements -->
<a href="https://tilework.tech" class="nav-item logo" title="Space Jam"></a>
<a href="https://tilework.tech" class="nav-item pressbox" title="Press Box Shuttle"></a>
<a href="https://tilework.tech" class="nav-item jamcentral" title="Jam Central"></a>
<a href="https://tilework.tech" class="nav-item bball" title="Planet B-Ball"></a>
<a href="https://tilework.tech" class="nav-item lunartunes" title="Lunar Tunes"></a>
<a href="https://tilework.tech" class="nav-item lineup" title="The Lineup"></a>
<a href="https://tilework.tech" class="nav-item junior" title="Junior Jam"></a>
<a href="https://tilework.tech" class="nav-item souvenirs" title="Stellar Souvenirs"></a>
<a href="https://tilework.tech" class="nav-item sitemap" title="Site Map"></a>
<a href="https://tilework.tech" class="nav-item behind" title="Behind the Jam"></a>
<a href="https://tilework.tech" class="nav-item jump" title="Jump Station"></a>
<a href="https://tilework.tech" class="nav-item studiostore" title="Warner Studio Store"></a>
<!-- Footer links -->
<a href="https://tilework.tech" class="footer-link privacy">Privacy Policy</a>
<a href="https://tilework.tech" class="footer-link terms">Terms</a>
<a href="https://tilework.tech" class="footer-link accessibility">Accessibility</a>
<a href="https://tilework.tech" class="footer-link adchoices">AdChoices</a>
</div>
</body>
</html>