forked from TheTIW/UV-Static
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
54 lines (49 loc) · 2.03 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
<!DOCTYPE html>
<html>
<head>
<script>
window.onload = function() {
window.location.href = "/home/"; // Replace with your desired URL
};
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AJH's Vault V6</title>
<meta name="description" content="An educational resource for students, featuring interactive tools and web-based applications to enhance learning.">
<link rel="icon" href="/home/icon.png" type="image/png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="AJH's Vault V6">
<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://ajhmath.org">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AJH's Vault V6">
<meta name="twitter:description" content="A collection of web tools and educational applications for students.">
<meta name="twitter:image" content="icon.png">
<!-- Discord Embed -->
<meta property="og:site_name" content="AJH's Vault V6">
<meta name="theme-color" content="#1581b2">
<!-- Structured Data Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalOrganization",
"name": "AJH's Vault V6 - Learning Hub",
"url": "https://ajhmath.org",
"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>
<link rel="manifest" href="/home/manifest.json">
</head>
<body>
<h1>Redirecting...</h1>
<p>If you are not redirected, <a href="/home/">click here</a>.</p>
</body>
</html>