This commit is contained in:
dev sp
2023-12-06 14:06:21 +00:00
parent 401b4c8e39
commit 20f8733de1
64 changed files with 64 additions and 64 deletions

View File

@@ -96,7 +96,7 @@ import Layout from "../../layouts/Layout.astro";
window.onload = function() {
currentDate = new Date();
formattedDateTime = currentDate.toLocaleString();
console.log("Page loaded on: " + formattedDateTime);
// console.log("Page loaded on: " + formattedDateTime);
};
function preload() {
this.load.video('animatedM', '/assets/animated-letter/small_m.mp4');