c
This commit is contained in:
@@ -98,7 +98,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('animated4', '/assets/animated-letter/number_4.mp4');
|
||||
|
||||
Reference in New Issue
Block a user