This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
forked from revanced-apks/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (59 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ReVanced APKs</title>
<meta name="title" content="ReVanced APKs" />
<title>ReVanced APKs - Download all latest ReVanced apps</title>
<meta
name="title"
content="ReVanced APKs - Download all latest ReVanced apps"
/>
<meta
name="description"
content="Download all the latest ReVanced apps with one click."
/>
<meta
name="keywords"
content="revanced, revanced-apks, revanced apks, vanced, vanced manager, youtube, youtube premium, youtube vanced, youtube revanced"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="revisit-after" content="3 days" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://revanced-apks.pages.dev/" />
<meta
property="og:title"
content="ReVanced APKs - Download all latest revanced apps"
/>
<meta
property="og:description"
content="Download all the latest ReVanced apps with one click."
/>
<meta property="og:image" content="/icon.png" />
<meta property="twitter:card" content="/icon.png" />
<meta property="twitter:url" content="https://revanced-apks.pages.dev/" />
<meta
property="twitter:title"
content="ReVanced APKs - Download all latest ReVanced apps"
/>
<meta
property="twitter:description"
content="Download all the latest ReVanced apps with one click."
/>
<meta property="twitter:image" content="/icon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('/sw.js')
}
</script>
</body>
</html>