Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpax235 committed Jan 2, 2025
1 parent e071bf7 commit d074ed6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

<div class="homepage">
<marquee>
<h2>Hello guys, happy new year! The time left until 2025 is shown below!</h2>
<h2>Welcome!</h2>
</marquee>
<div class="socials">
<!--<div class="socials">
<a id="socialstext">Time left until 2025</a>
<br>
<a id="time">Please wait...</a>
</div>
<br>
<br>-->
<a>Welcome! This is the official website of mpax235!</a>
<p>This website is currently a W.I.P, so for more stuff come back soon.</p>
<div class="socials">
Expand Down
4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// window.location.href = "https://mpax235.github.io/maintenance.html";
//}, 0);

function updateCountdown() {
/*function updateCountdown() {
const now = new Date();
const targetDate = new Date('January 1, 2025 00:00:00');
const timeDifference = targetDate - now;
Expand All @@ -24,4 +24,4 @@ function updateCountdown() {
}
const interval = setInterval(updateCountdown, 1000);
updateCountdown();
updateCountdown();*/

0 comments on commit d074ed6

Please sign in to comment.