-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_tiled.html
More file actions
67 lines (66 loc) · 2.61 KB
/
index_tiled.html
File metadata and controls
67 lines (66 loc) · 2.61 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
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
66
67
<!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_tiled.css">
</head>
<body>
<div class="container">
<!-- Navigation images -->
<a href="https://tilework.tech" class="nav-item logo">
<img src="files/p-jamlogo.gif" alt="Space Jam">
</a>
<a href="https://tilework.tech" class="nav-item pressbox">
<img src="files/p-pressbox.gif" alt="Press Box Shuttle">
</a>
<a href="https://tilework.tech" class="nav-item jamcentral">
<img src="files/p-jamcentral.gif" alt="Jam Central">
</a>
<a href="https://tilework.tech" class="nav-item bball">
<img src="files/p-bball.gif" alt="Planet B-Ball">
</a>
<a href="https://tilework.tech" class="nav-item lunartunes">
<img src="files/p-lunartunes.gif" alt="Lunar Tunes">
</a>
<a href="https://tilework.tech" class="nav-item lineup">
<img src="files/p-lineup.gif" alt="The Lineup">
</a>
<a href="https://tilework.tech" class="nav-item junior">
<img src="files/p-junior.gif" alt="Junior Jam">
</a>
<a href="https://tilework.tech" class="nav-item souvenirs">
<img src="files/p-souvenirs.gif" alt="Stellar Souvenirs">
</a>
<a href="https://tilework.tech" class="nav-item sitemap">
<img src="files/p-sitemap.gif" alt="Site Map">
</a>
<a href="https://tilework.tech" class="nav-item behind">
<img src="files/p-behind.gif" alt="Behind the Jam">
</a>
<a href="https://tilework.tech" class="nav-item jump">
<img src="files/p-jump.gif" alt="Jump Station">
</a>
<a href="https://tilework.tech" class="nav-item studiostore">
<img src="files/p-studiostore.gif" alt="Warner Studio Store">
</a>
</div>
<!-- Footer -->
<footer>
<div class="footer-links">
<a href="https://tilework.tech">Privacy Policy</a>
<span class="separator">|</span>
<a href="https://tilework.tech">Terms</a>
<span class="separator">|</span>
<a href="https://tilework.tech">Accessibility</a>
<span class="separator">|</span>
<a href="https://tilework.tech">AdChoices</a>
</div>
<div class="copyright">
SPACE JAM, characters, names, and all related<br>
indicia are trademarks of Warner Bros. © 1996
</div>
</footer>
</body>
</html>