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>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<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>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -518,6 +518,8 @@
|
|||
}
|
||||
</style>
|
||||
<!-- end www.htmlcommentbox.com -->
|
||||
|
||||
<script type="module" src="/assets/js/guestbook.js" defer></script>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
console.log("Guestbook script successfully loaded");
|
|
@ -154,4 +154,6 @@ eleventyNavigation:
|
|||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
<!-- end www.htmlcommentbox.com -->
|
||||
<!-- end www.htmlcommentbox.com -->
|
||||
|
||||
<script type="module" src="/assets/js/guestbook.js" defer></script>
|
Loading…
Reference in New Issue