Skip to content

Commit fe511ce

Browse files
Update
1 parent 5810ecc commit fe511ce

File tree

3 files changed

+9
-49
lines changed

3 files changed

+9
-49
lines changed

HelloMarioAssets/index.html

Lines changed: 5 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,11 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<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>
157
</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>
5310
</body>
5411
</html>

IsekaiEmblem/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
<h5 class="text-justify">The future of Hello Fangaming. Fire Emblem and anime come together as one in Isekai Emblem - Tactics in Another World! The story begins when you are hit by a truck, and reincarnate into a fantasy world as a divine dragon! It is now up to you to command an army made up of reincarnated anime characters from a wide variety of isekai franchises in this large and ambitious tactical RPG crossover!</h5>
2626
</div>
2727
<div class="col-sm-12 my-auto">
28-
<h1 class="text-center">COMING SOON</h1>
28+
<h1 class="text-center">COMING SOON!</h1>
29+
<h3 class="text-center"><a href="https://sonicfangameshq.com/forums/showcase/isekai-emblem-minigames-only-demo.2528/">Check out the SAGE 2025 Minigames Only Demo!</a></h3>
2930
</div>
3031
</div>
3132
</div>

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ <h2>News</h2>
8585
<hr class="mb-5">
8686
</div>
8787
<div class="container-fluid mb-5">
88+
<h5><strong>September 19, 2025:</strong> Isekai Emblem - Minigames Only Demo now available at SAGE 2025!</h5>
89+
<hr class="mb-2">
8890
<h5><strong>June 20, 2025:</strong> Yoshi Tanks Kawaii 1.0.1 update released!</h5>
8991
<hr class="mb-2">
9092
<h5><strong>June 14, 2025:</strong> Isekai Mario 1.5.1 update released!</h5>

0 commit comments

Comments
 (0)