-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (58 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pikakid98 Launcher</title>
<link rel="icon" href="img/inst.png" type="image/png"> <!-- Favicon -->
</head>
<body>
<div class="header">
<img src="img/inst.png" alt="Pikakid98 Logo">
<h1>Pikakid98 Launcher</h1>
</div>
<div id="content">
<h3>The Pikakid98 Launcher is currently (but slowly) being reworked to work on Linux (and hopefully Mac). I hope to use WINE for Mac and Linux support. Keep in mind that this is not my main priority.</h3>
<h2>For now, however. You can download the old version of my launcher</h2>
<h3>Updater (Recommended):</h3>
<p>
<img src="img/windows.png" alt="Windows Icon" class="installer-binary-icon">
<a href="https://github.com/pikakid98-launcher/updater-classic/releases/download/v2.3/PLUpdater.Installer.exe">Installer</a> |
<img src="img/windows.png" alt="Windows Icon" class="installer-binary-icon">
<a href="https://github.com/pikakid98-launcher/updater-classic/releases/download/v2.3/PLUpdater.7z">Portable</a>
</p>
<p>
Source code:
<img src="img/git.png" alt="Git Icon" class="git-icon">
<a href="https://github.com/pikakid98-launcher/updater-classic/archive/refs/tags/v2.3.zip">.zip</a> |
<img src="img/git.png" alt="Git Icon" class="git-icon">
<a href="https://github.com/pikakid98-launcher/updater-classic/archive/refs/tags/v2.3.tar.gz">.tar.gz</a>
</p>
<h3>Launcher (Without installer):</h3>
<p>
<img src="img/windows.png" alt="Windows Icon" class="installer-binary-icon">
<a href="https://github.com/pikakid98-launcher/classic/releases/download/v0.6.1/Pikakid98.Launcher.exe">Binary</a>
</p>
<p>
Source code:
<img src="img/git.png" alt="Git Icon" class="git-icon">
<a href="https://github.com/pikakid98-launcher/classic/archive/refs/tags/v0.6.1.zip">.zip</a> |
<img src="img/git.png" alt="Git Icon" class="git-icon">
<a href="https://github.com/pikakid98-launcher/classic/archive/refs/tags/v0.6.1.tar.gz">.tar.gz</a>
</p>
<h6 class="disclaimer">Disclaimer: Due to the constant shifting of my GitHub repos, there's a chance that these will no longer function. If this is the case, simply manually download the data from <a href="https://github.com/pikakid98-launcher/data">this repo</a>.</h6>
<h3>Github</h3>
<p><a href="https://github.com/pikakid98-launcher">> Click here <</a></p>
<h3>Older versions (Not recommended)</h3>
<p>Check them out <a href="https://pikakid98.github.io/classic/git-pikakid98.github.io/launcher.html">> Here <</a></p>
</div>
<div class="footer" id="footer"></div>
<noscript>
<div style="color: #E0E0E0; text-align: center; margin-top: 20px;">
Pikakid98 Launcher © Pikakid98 / Octocat © GitHub / Windows logo © Microsoft
</div>
</noscript>
</body>
</html>
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="scripts.js"></script>