-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
176 lines (162 loc) · 8.71 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="../assets/font-awesome/css/all.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://kit.fontawesome.com/a4d0d1241b.js" crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AJH's Vault V6.5</title>
<meta name="description" content="An educational resource for students, featuring interactive tools and web-based applications to enhance learning.">
<link rel="icon" href="/icon.png" type="image/png">
<meta property="og:type" content="website">
<meta property="og:title" content="AJH's Vault V6.5">
<meta property="og:description" content="Explore a variety of student-friendly tools and resources to enrich your learning experience.">
<meta property="og:image" content="icon.png">
<meta property="og:url" content="https://ajh.college">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AJH's Vault V6.5">
<meta name="twitter:description" content="A collection of web tools and educational applications for students.">
<meta name="twitter:image" content="icon.png">
<meta property="og:site_name" content="AJH's Vault V6.5">
<meta name="theme-color" content="#000000">
<!-- Structured Data Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalOrganization",
"name": "AJH's Vault V6.5 - Learning Hub",
"url": "https://ajh.college",
"logo": "icon.png",
"description": "An interactive hub for students to access various web-based tools and applications.",
"sameAs": [
"https://www.instagram.com/@ajhsvault",
"https://discord.com/invite/UnDrzQQksw"
]
}
</script>
<script src="
https://cdn.jsdelivr.net/npm/[email protected]/dist/lib.min.js
"></script>
<script>
tailwind.config = {
theme: {
extend: {
keyframes: {
'de-entrance': {
'0%': { transform: 'translateX(-100vw)', opacity: '0' },
'50%': { transform: 'translateX(0em)', opacity: '1' },
'100%': { transform: 'translateX(0em)', opacity: '1' }
}
},
animation: {
'de-entrance': 'de-entrance 2s forwards'
}
}
}
}
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-03F8ZHB8D8%22%3E" type="a6cbfc5760b43ebb773269cb-text/javascript">
</script>
<script type="a6cbfc5760b43ebb773269cb-text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-03F8ZHB8D8');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6084312783725533"
crossorigin="anonymous"></script>
</head>
<body class="bg-black">
<canvas id="canvas"></canvas>
<div class="text-white min-h-screen flex flex-col items-center justify-center p-4 relative overflow-hidden">
<div class="container text-center max-w-md relative">
<div class="flex items-center justify-center space-x-4">
<div id="logo" class="text-5xl font-bold opacity-0 animate-de-entrance bg-clip-text text-transparent bg-gradient-to-r from-gray-300 to-white">
Vault v6.5
</div>
</div>
<form id="uv-form" class="space-y-4 -translate-y-2">
<input id="uv-search-engine" value="https://www.mojeek.com/search?q=%s" type="hidden"/>
<input
id="uv-address"
type="text"
placeholder="🔍 The fastest static proxy, ever."
required
class="w-full px-4 py-3 bg-transparent border border-neutral-400/50 rounded-lg text-white placeholder-neutral-300 focus:outline-none focus:ring-2 focus:ring-neutral-400 focus:bg-black/50 transition-all duration-250"
/>
</form>
<div class="grid grid-cols-4 gap-4 mb-2">
<a
href="/g"
class="py-4 bg-transparent border border-neutral-400/50 rounded-lg text-white hover:bg-black/50 transition-all duration-250 self-center"
><i class="fa-solid fa-gamepad"></i> Games
</a>
<a
href="/a"
class="py-4 bg-transparent border border-neutral-400/50 rounded-lg text-white hover:bg-black/50 transition-all duration-250 self-center"
><i class="fa-brands fa-app-store-ios"></i> Apps
</a>
<a
href="/t"
class="py-4 bg-transparent border border-neutral-400/50 rounded-lg text-white hover:bg-black/50 transition-all duration-250 self-center"
><i class="fa-solid fa-screwdriver-wrench"></i> Tools
</a>
<a
href="https://docs.google.com/document/d/14LlAmWkhchNJ83BhM3KFEk4MLhu5HERqlwljGJs6fN4/view?usp=sharing"
class="py-4 bg-transparent border border-neutral-400/50 rounded-lg text-white hover:bg-black/50 transition-all duration-250 self-center"
><i class="fa-solid fa-link"></i> Links
</a>
</div>
<div id="alert-border-1" class="flex items-center p-4 mb-4 text-blue-800 border-t-4 border-blue-300 bg-blue-50 dark:text-blue-400 dark:bg-gray-800 dark:border-blue-800" role="alert">
<svg class="shrink-0 w-4 h-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20">
<path d="M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM9.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 15H8a1 1 0 0 1 0-2h1v-3H8a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 0 2Z"/>
</svg>
<div class="ms-3 text-sm font-medium text-left mr-4">
<h3 class="text-white text-xl">New update</h3>
* Added Crazy Cattle 3D and UNDERTALE<br>
* Apps and tools pages!<br>
* Refined UI
</div>
<a href="/g" class="text-blue-800 bg-transparent border border-blue-800 hover:bg-blue-900 hover:text-white focus:ring-4 focus:outline-none focus:ring-blue-200 font-medium rounded-lg text-xs px-3 py-1.5 text-center dark:hover:bg-blue-600 dark:border-blue-600 dark:text-blue-400 dark:hover:text-white dark:focus:ring-blue-800" data-dismiss-target="#alert-additional-content-1">
Lets see ts
</a>
</div>
<small class="text-neutral-400">
UV error = hard refresh the page.
</small>
<div class="desc left-margin text-neutral-400">
<p id="uv-error"></p>
<pre id="uv-error-code"></pre>
</div>
</div>
</div>
<div class="fixed bottom-0 p-4 text-neutral-500">
<a class="underline" href="https://discord.gg/ajh">discord.gg/ajh</a>
<a class="ml-10 underline" href="/privacy-policy">Privacy policy</a>
<a class="ml-10 underline" href="/contact">Contact</a>
<a class="ml-10 underline" href="/partners">Partners</a>
</div>
<div id="comets">
<i></i>
<i></i>
<i></i>
</div>
<script src="/uv/uv.bundle.js" charset="UTF-8" defer></script>
<script src="/uv/uv.config.js" charset="UTF-8" defer></script>
<script src="/register-sw.js" charset="UTF-8" defer></script>
<script src="/search.js" charset="UTF-8" defer></script>
<script src="/index.js" charset="UTF-8" defer></script>
</body>
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
new Crate({
server: '1260507272375963708', // Yhousns (formerly ajh's server)
channel: '1260507272854110240' // #🥂┆general
})
</script>
</html>