pull/5/head
parent
401b4c8e39
commit
20f8733de1
|
@ -69,7 +69,7 @@ import Layout from '../../layouts/Layout.astro';
|
|||
formattedDateTime = currentDate.toLocaleString();
|
||||
|
||||
// Log the formatted date and time to the console
|
||||
// console.log("Page loaded on: " + formattedDateTime);
|
||||
// // console.log("Page loaded on: " + formattedDateTime);
|
||||
};
|
||||
function generateShortUniqueID(length) {
|
||||
const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
||||
|
|
|
@ -37,7 +37,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 generateShortUniqueID(length) {
|
||||
const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
||||
|
|
|
@ -93,7 +93,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 gmStartTime() {
|
||||
// let startTime = new Date();
|
||||
|
|
|
@ -93,7 +93,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -93,7 +93,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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('animated5', '/assets/animated-letter/number_5.mp4');
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -97,7 +97,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('animatedA', '/assets/animated-letter/capital_a.mp4');
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -91,7 +91,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -90,7 +90,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('animatedE', '/assets/animated-letter/capital_e.mp4');
|
||||
|
|
|
@ -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('animatedF', '/assets/animated-letter/capital_f.mp4');
|
||||
|
|
|
@ -112,7 +112,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 create() {
|
||||
const URL = window.location.href;
|
||||
|
|
|
@ -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('animatedH', '/assets/animated-letter/capital_h.mp4');
|
||||
|
|
|
@ -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('animatedI', '/assets/animated-letter/capital_i.mp4');
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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('animatedK', '/assets/animated-letter/capital_k.mp4');
|
||||
|
|
|
@ -91,7 +91,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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('animatedN', '/assets/animated-letter/capital_n.mp4');
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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('animatedR', '/assets/animated-letter/capital_r.mp4');
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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('animatedW', '/assets/animated-letter/capital_w.mp4');
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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('animatedY', '/assets/animated-letter/capital_y.mp4');
|
||||
|
|
|
@ -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('animatedZ', '/assets/animated-letter/capital_z.mp4');
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -93,7 +93,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -97,7 +97,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('animatedK', '/assets/animated-letter/small_k.mp4');
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -91,7 +91,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -93,7 +93,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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() {
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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('animatedW', '/assets/animated-letter/small_w.mp4');
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -94,7 +94,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);
|
||||
};
|
||||
// let hideButton;
|
||||
|
||||
|
|
|
@ -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('animatedZ', '/assets/animated-letter/small_z.mp4');
|
||||
|
|
Loading…
Reference in New Issue