forked from nab138/iloader-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 1.73 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 1.73 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
<!-- Copyright (C) 2026 nab138 -->
<!-- Licensed under the GNU AGPLv3. See LICENSE for details. -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/iloader.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>iloader - Sideloading Companion</title>
<meta name="title" content="iloader - iOS Sideloading Companion" />
<meta
name="description"
content="iloader is a free and open source sideloader designed to be as easy to use as possible. Maintained by nab138. Official Site."
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#2c2c2e" />
<link rel="canonical" href="https://iloader.app/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://iloader.app/" />
<meta property="og:title" content="iloader - iOS Sideloading Companion" />
<meta
property="og:description"
content="iloader is a free and open source sideloader designed to be as easy to use as possible. Maintained by nab138. Official Site."
/>
<meta property="og:image" content="https://iloader.app/iloader.svg" />
<meta property="og:site_name" content="iloader" />
<meta property="og:locale" content="en_US" />
</head>
<body>
<noscript>
Please enable JavaScript to view this website. iloader is a free and open
source user-friendly sideloader designed to make installing SideStore (or
other apps) on an iDevice as easy as possible. Maintained by nab138.
Official Site.
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>