-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 2.2 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 2.2 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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cosmic Launcher</title>
<meta name="description" content="An unofficial launcher for Cosmic Reach.">
<meta name="keywords" content="java, launcher, cosmicreach">
<link rel="icon" type="image/x-icon" href="/img/icon.webp">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
</head>
<body>
<header>
<img src="/img/icon.webp" alt="Icon" width="40" height="40">
<h1>Cosmic Launcher</h1>
</header>
<div class="header-image"></div>
<div class="header-text">
<h1>An unofficial launcher for Cosmic Reach</h1>
<button onclick="downloadLauncher()">Download</button>
</div>
<div class="credits-container">
<p>Background image by Tortellini Soup</p>
</div>
<div class="main">
<div class="main-item" data-windows-img="/img/screenshot_1_windows.webp" data-mac-img="/img/screenshot_1_mac.webp" data-linux-img="/img/screenshot_1_linux.webp">
<img src="/img/screenshot_1_linux.webp" alt="Image" width="500" height="auto">
<h1>Launch any version in just a few clicks</h1>
</div>
<div class="main-item" data-windows-img="/img/screenshot_2_windows.webp" data-mac-img="/img/screenshot_2_mac.webp" data-linux-img="/img/screenshot_2_linux.webp">
<img src="/img/screenshot_2_linux.webp" alt="Image" width="500" height="auto">
<h1>Ideal for debugging</h1>
</div>
<div class="main-item" data-windows-img="/img/screenshot_3_windows.webp" data-mac-img="/img/screenshot_3_mac.webp" data-linux-img="/img/screenshot_3_linux.webp">
<img src="/img/screenshot_3_linux.webp" alt="Image" width="500" height="auto">
<h1>Simple to configure</h1>
</div>
</div>
<footer>
<h3>Not associated with FinalForEach</h3>
</footer>
<script src="/js/script.js"></script>
</body>
</html>