c
This commit is contained in:
@@ -92,7 +92,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/capital_m.mp4');
|
||||
|
||||
Reference in New Issue
Block a user