-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy path404.html
More file actions
55 lines (43 loc) · 2.3 KB
/
404.html
File metadata and controls
55 lines (43 loc) · 2.3 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
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Character Encoding -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="refresh" content="0; url=/">
<title>voxlis.NET | Ready to inject?</title>
<!-- Favicon -->
<link rel="shortcut icon" href="/public/assets/globe.ico" type="image/x-icon">
<!-- Font Links -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,799;1,799&display=swap" rel="stylesheet">
<!-- CSS Styles -->
<link rel="stylesheet" href="./styles.css">
<!-- Meta Tags -->
<meta name="title" content="voxlis.NET | Ready to inject?">
<meta name="description" content="voxlis.NET - The go-to source for injectors: everything you will need, all in one place.">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="voxlis.NET | Ready to inject?">
<meta property="og:description" content="voxlis.NET - The go-to source for injectors: everything you will need, all in one place.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://voxlis.net">
<meta property="og:image" content="/public/assets/voxlis.NET.png">
<meta property="og:image:width" content="1920">
<meta property="og:image:height" content="1080">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="voxlis.NET | Ready to inject?">
<meta name="twitter:description" content="voxlis.NET - The go-to source for injectors: everything you will need, all in one place.">
<meta name="twitter:image" content="/public/assets/voxlis.NET.png">
<!-- Theme Color -->
<meta name="theme-color" content="#B32624">
<!-- Scripts -->
<script defer src="scripts/index.js"></script>
<script defer src="scripts/universal.js"></script>
</script>
</head>
<html lang="en">
</html>