Initiate guestbook script file
This commit is contained in:
parent
3badb8ee59
commit
95c190a0f5
1
_site/assets/js/guestbook.js
Normal file
1
_site/assets/js/guestbook.js
Normal file
@ -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>
|
||||
|
||||
|
||||
|
1
src/assets/js/guestbook.js
Normal file
1
src/assets/js/guestbook.js
Normal file
@ -0,0 +1 @@
|
||||
console.log("Guestbook script successfully loaded");
|
@ -155,3 +155,5 @@ eleventyNavigation:
|
||||
}
|
||||
</style>
|
||||
<!-- end www.htmlcommentbox.com -->
|
||||
|
||||
<script type="module" src="/assets/js/guestbook.js" defer></script>
|
Loading…
x
Reference in New Issue
Block a user