-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (68 loc) · 2.41 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
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/style.css">
<title>Classic Games - Java (J2ME) Games for Android</title>
</head>
<body>
<div class="header">
<img class="logo" src="/assets/jg.png" alt="Classic Games">
</div>
<div class="row">
<div class="col-3 col-s-3 menu">
<ul>
<a href="how/emulators.html"><li>Java Emulators</li></a>
<a href="how/selection-of-jar.html"><li>Selection of JAR</li></a>
<li>Bookmark this site</li>
</ul>
<div class="header-colored mt-pg mb-8">Recent Games</div>
<div class="games">
<a href="series/splinter-cell.html"><img src="series/SC_CT/SC_CT1.gif" alt="SC-CT"><br>Splinter Cell: Chaos Theory</a>
<hr>
<a href="series/splinter-cell.html"><img src="series/SC_DA/SC_DA1.gif" alt="SC-DA"><br>Splinter Cell: Double Agent</a>
<hr>
<a href="series/splinter-cell.html"><img src="series/SC_PT/SC_PT1.gif" alt="SC-PT"><br>Splinter Cell: Pandora Tomorrow</a>
</div>
</div>
<div class="col-6 col-s-9">
<div class="header-colored">Popular Series</div>
<div class="cat">
<ul>
<a href="series/splinter-cell.html"><li>Tom Clancy's Splinter Cell</li></a>
<a href="series/prince-of-persia.html"><li>Prince of Persia</li></a>
<li>Die Hard Game Series</li>
<li>Shrek Game Series</li>
<li style="border-bottom: none;">Harry Potter Game Series</li>
</ul>
</div>
<div class="header-colored">Genre</div>
<div class="cat">
<ul>
<li>Action Games</li>
<li style="border-bottom: none;">Adventure Games</li>
</ul>
</div>
<div class="header-colored">Other Series</div>
<div class="cat">
<ul>
<a href="series/doraemon.html"><li style="border-bottom: none;">Doraemon Games</li></a>
</ul>
</div>
</div>
<div class="col-3 col-s-12">
<div class="aside">
<h2>What?</h2>
<p>J2ME (Java 2 Micro Edition) games are designed for mobile phones with limited hardware and software capabilities, primarily used on older mobile phones.</p>
<h2>Where?</h2>
<p>J2ME games were popular on a variety of devices, especially in the early 2000s, before the rise of smartphones.</p>
<h2>How?</h2>
<p>You can download and play J2ME games on compatible mobile devices using emulators or specific mobile apps that support this format.</p>
</div>
</div>
</div>
<div class="footer">
<p>© Classic Games - No rights reserved unless otherwise stated.</p>
</div>
</body>
</html>