Initiate guestbook script file
This commit is contained in:
parent
a0af1266f3
commit
562e365e99
|
@ -0,0 +1 @@
|
||||||
|
console.log("Guestbook script successfully loaded");
|
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.neocities.org"/>
|
<link href="https://leilukin.neocities.org"/>
|
||||||
<updated>2024-05-17T18:47:25Z</updated>
|
<updated>2024-05-19T05:26:06Z</updated>
|
||||||
<id>https://leilukin.neocities.org</id>
|
<id>https://leilukin.neocities.org</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
|
@ -518,6 +518,8 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<!-- end www.htmlcommentbox.com -->
|
<!-- end www.htmlcommentbox.com -->
|
||||||
|
|
||||||
|
<script type="module" src="/assets/js/guestbook.js" defer></script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
console.log("Guestbook script successfully loaded");
|
|
@ -155,3 +155,5 @@ eleventyNavigation:
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<!-- end www.htmlcommentbox.com -->
|
<!-- end www.htmlcommentbox.com -->
|
||||||
|
|
||||||
|
<script type="module" src="/assets/js/guestbook.js" defer></script>
|
Loading…
Reference in New Issue