|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
6 | | - <meta name="keywords" content="hello mario assets, unity, super mario"> |
7 | | - <meta name="description" content="Hello Mario Assets is a collection of hundreds of 3D models and thousands of animations for Unity that you can use to jump start your very own 3D Mario fangame!"> |
8 | | - <meta name="author" content="Hello Fangaming"> |
9 | | - <link rel="shortcut icon" href="/favicon.ico"> |
10 | | - <title>Hello Mario Assets - Assets for Unity!</title> |
11 | | - <!-- Bootstrap core CSS --> |
12 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css" integrity="sha512-oc9+XSs1H243/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==" crossorigin="anonymous" /> |
13 | | - <!-- Custom styles for this template --> |
14 | | - <link href="../new-age.min.css" rel="stylesheet"> |
| 4 | + <link rel="canonical" href="https://hellofangaming.github.io/HelloMarioFramework/" /> |
| 5 | + <meta http-equiv="refresh" content="0; url=https://hellofangaming.github.io/HelloMarioFramework/"> |
| 6 | + <title>Redirecting...</title> |
15 | 7 | </head> |
16 | | - <body id="page-top" style="background:#222222!important;"> |
17 | | - <header class="masthead" style="background:#222222!important;height:100%!important;"> |
18 | | - <div class="container h-100" style="height:100%!important;"> |
19 | | - <div class="row h-100 justify-content-center" style="height:100%!important;"> |
20 | | - <div class="col-sm-12 col-lg-8 my-auto"> |
21 | | - <p class="text-center"><img class="img-fluid" style="max-height:50%;" src="../img/logo_hma.png"></p> |
22 | | - </div> |
23 | | - <div class="col-sm-12 col-lg-8 my-auto"> |
24 | | - <h5 class="text-justify mb-4"> Hello Mario Assets has been discontinued and will no longer be updated. Make sure to check out its successor <a href="../HelloMarioFramework/">Hello Mario Framework</a> for Unity! You can also download Hello Mario Assets under the Old Versions section.</h5> |
25 | | - </div> |
26 | | - <div class="col-sm-12 my-auto"> |
27 | | - <h1 class="text-center">Redirecting in <span id="countdown">10</span> seconds...</h1> |
28 | | - </div> |
29 | | - </div> |
30 | | - </div> |
31 | | - </header> |
32 | | - <!-- jQuery --> |
33 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script> |
34 | | - <!-- Global site tag (gtag.js) - Google Analytics --> |
35 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=G-2M3SSEVX2Y"></script> |
36 | | - <script> |
37 | | - window.dataLayer = window.dataLayer || []; |
38 | | - function gtag(){dataLayer.push(arguments);} |
39 | | - gtag('js', new Date()); |
40 | | - gtag('config', 'G-2M3SSEVX2Y'); |
41 | | - </script> |
42 | | - <!-- Countdown redirect --> |
43 | | - <script> |
44 | | - var timer = 10; |
45 | | - $(function() { |
46 | | - setInterval(function () { |
47 | | - if (timer === 1) window.location.href = "../HelloMarioFramework/"; |
48 | | - if (timer > 0) timer--; |
49 | | - $("#countdown").text(timer); |
50 | | - }, 1000); |
51 | | - }); |
52 | | - </script> |
| 8 | + <body> |
| 9 | + <p>Redirecting to <a href="https://hellofangaming.github.io/HelloMarioFramework/">Hello Mario Framework</a></p> |
53 | 10 | </body> |
54 | 11 | </html> |
0 commit comments