mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-12 11:42:41 +00:00
Initiate guestbook script file
This commit is contained in:
parent
a0af1266f3
commit
562e365e99
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>
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
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");
|
@ -154,4 +154,6 @@ eleventyNavigation:
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<!-- end www.htmlcommentbox.com -->
|
<!-- end www.htmlcommentbox.com -->
|
||||||
|
|
||||||
|
<script type="module" src="/assets/js/guestbook.js" defer></script>
|
Loading…
x
Reference in New Issue
Block a user