-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
84 lines (84 loc) · 4.84 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Ming Media is a game development studio based in Sweden. We create simple fun experiences for the metaverse and have over 900 million play sessions across our titles." />
<title>Ming Media</title>
<link rel="canonical" href="https://mingmedia.io/">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Ming Media">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mingmedia.io/">
<meta property="og:image" content="/assets/img/thumbnails/2830250344.png">
<meta property="og:description" content="Ming Media is a game development studio based in Sweden. We create simple fun experiences for the metaverse and have over 900 million play sessions across our titles.">
<meta property="og:image:width" content="1920">
<meta property="og:image:height" content="1080">
<meta property="og:image:type" content="image/png">
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg text-uppercase" id="mainNav">
<div class="container">
<a style="margin: auto;" href="/">
<img class="logo" src="assets/logo.svg">
</a>
</div>
</nav>
<!-- Masthead-->
<header class="text-center" style="height: 80vh">
<div class="tag-1 container" style="height: 80vh">
<div class="tag-2">
<h1 style="font-size: 10rem;"><span>Oof!</span></h1>
<h3 style="font-size: 2rem;">We couldn't find that page.</h3>
<!-- <p class="lead">Uplift Games is a remote-first game studio based in North America and the UK. Our diverse team creates top Metaverse experiences that millions of players will remember forever, in a healthy and inclusive work environment.</p> -->
<!-- </div> -->
</div>
</div>
</header>
<!-- <div class="notfound-404">
<h3>Oops! Page not found</h3>
<h1><span>4</span><span>0</span><span>4</span></h1>
</div> -->
<!-- Footer-->
<footer class="footer text-center bg-primary">
<div class="container">
<a href="/">
<img style="height: 3rem; margin-bottom: 1.5rem;" src="assets/logo.svg">
</a>
<div class="row">
<!-- Footer Location-->
<!-- Footer Social Icons-->
<div>
<a target="_blank" class="btn btn-dark btn-social mx-1" href="https://twitter.com/MingRBLX"><i class="fab fa-fw fa-twitter"></i></a>
<a target="_blank" class="btn btn-dark btn-social mx-1" href="https://discord.com/invite/pPrq2zt"><i class="fab fa-fw fa-discord"></i></a>
</div>
<!-- Footer About Text-->
</div>
</div>
<div class="copyright container"><small>© 2023 Ming Media. All Rights Reserved.</small></div>
</footer>
<!-- Copyright Section-->
<!-- <div class="copyright py-4 text-center text-white">
<div class="container"><small>© 2023 Ming Media. All Rights Reserved.</small></div>
</div> -->
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<!-- <script src="js/scripts.js"></script> -->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- <script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script> -->
</body>
</html>