This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
62 lines (59 loc) · 3.09 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Compatibility -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Metadata -->
<meta name="description" content="ENLiVE is a primarily English and Japanese vtuber group. We are always open to new V-Tubers, and helping them grow.">
<meta name="author" content="ENLiVE">
<meta name="keywords" content="VTuber,VTube,ENLiVE">
<!-- Design -->
<meta name="theme-color" content="#01C412">
<meta name="msapplication-TileColor" content="#01C412"/>
<meta name="msapplication-square150x150logo" content="/assets/enlive.png">
<!-- OpenGraph -->
<meta property="og:type" content="website">
<!-- OpenGraph Metadata -->
<meta property="og:site_name" content="ENLiVE">
<meta property="og:title" content="ENLiVE">
<meta property="og:url" content="https://enlive.media">
<meta property="og:description" content="ENLiVE is a primarily English and Japanese vtuber group. We are always open to new V-Tubers, and helping them grow.">
<meta property="og:image" content="/assets/enlive.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@EnliveMedia">
<meta name="twitter:site" content="@EnliveMedia">
<meta name="twitter:title" content="ENLiVE">
<meta name="twitter:description" content="ENLiVE is a primarily English and Japanese vtuber group. We are always open to new V-Tubers, and helping them grow.">
<meta name="twitter:image" content="/assets/enlive.png">
<title>ENLiVE</title>
<link rel="icon" href="/assets/enlive.png" type="image/png" sizes="16x16">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- FontAwesome -->
<link href="assets/css/fa.min.css" rel="stylesheet">
</head>
<body>
<main role="main">
<section class="jumbotron text-center">
<div class="container">
<img src="assets/enlive.png" height="42" width="42">
<h1 class="jumbotron-heading">ENLiVE</h1>
<h2 class="jumbotron-heading">404</h1>
<p class="lead text-muted">Page not found.</p>
<a href="/index.html" class="btn btn-primary my-2"><i class="fas fa-home"></i> Go home</a>
</div>
</section>
</main>
<footer class="text-muted">
<div class="container">
<p class="float-right"> <a href="#">Back to top</a> </p>
<p>Site made by <a href="https://www.arciniega.one">solelychloe</a>.</p>
<p>Copyright © <a href="https://getbootstrap.com">Bootstrap</a> 2011-2020.</p>
</div>
</footer>
</body>
</html>