-
Notifications
You must be signed in to change notification settings - Fork 1
/
links.html
78 lines (71 loc) · 3.1 KB
/
links.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
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>~/Links</title>
<link rel="stylesheet" type="text/css" href="stylelinks.css">
</head>
<body>
<div class="container">
<div class="image-wrapper">
<div class="image-container">
<img alt="fem" src="small1.png" class="profile-image">
</div>
<div class="buttons">
<a class="curved-border" href="index.html">
<span>Main Page</span> ➜
</a>
<a class="curved-border" href="spotify.html">
<span>Spotify Page</span> ➜
</a>
</div>
</div>
<nav>
<h1 class="glow-title">•* ⁀ ➷ My Bookmarks .ೃ࿐</h1>
<h2 id="date">Poor Choice of Colors? DM ME!</h2>
<div class="nav-grid">
<div class="nav-section">
<ul>
<li>~/Android Modded APKS</li>
<li><a href="https://modyolo.com/">Modyolo</a></li>
<li><a href="https://liteapks.com/">LiteAPKs (Modyolo alt)</a></li>
<li><a href="https://apk-house.com/">APKHouse</a></li>
<li><a href="https://apkmb.com/">APKMb</a></li>
<li><a href="https://www.revdl.com/">Revdl</a></li>
<li><a href="https://androeed.ru/">Androeed (Use Translator)</a></li>
</ul>
</div>
<div class="nav-section">
<ul>
<li>~/On My Phone. 1</li>
<li><a href="https://revanced.app/">Revanced</a></li>
<li><a href="https://chelpus.com/download/LuckyPatchers.com_Official_Installer_10.9.9.apk">Lucky Patcher</a></li>
<li><a href="https://whatsaero.com/">WhatsAero</a></li>
<li><a href="https://f-droid.org/en/packages/us.spotco.fennec_dos/">FireFox Based Browser</a></li>
<li><a href="https://www.xmanagerapp.com/">XManager (Spotify Client)</a></li>
</ul>
</div>
<div class="nav-section">
<ul>
<li>~/Social Media Mods</li>
<li><a href="https://github.com/pyoncord/Bunny">Custom Discord Client</a></li>
<li><a href="https://whatsaero.com/">Modded WhatsApp</a></li>
<li><a href="https://github.com/Schwartzblat/WhatsAppPatcher">WhatsAppPatcher</a></li>
<li><a href="https://thedise.me/instander/">Instagram</a></li>
<li><a href="https://fmmods.com/fouad-snapchat/">Snapchat</a></li>
</ul>
</div>
<div class="nav-section">
<ul>
<li>~/On My Phone. 2</li>
<li><a href="https://exteragram.app/">Telegram Client</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.maxmpz.audioplayer">Music Player</a></li>
<li><a href="https://github.com/jameskokoska/Cashew">Cashew (Managing My Purchases)</a></li>
<li><a href="https://www.paget96projects.com/battery-guru.html">Battery-Guru (Battery Tracker)</a></li>
</ul>
</div>
</div>
</nav>
</div>
<script type="text/javascript" src="index.js"></script>
</body>
</html>