mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -04:00
Keeping going :)
This commit is contained in:
parent
82439beeae
commit
08076c325b
7 changed files with 240 additions and 7 deletions
|
@ -104,6 +104,9 @@ function nextTheme() {
|
|||
setTheme(theme);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// hoversplash effect!
|
||||
on('mouseover', '.button:not(.cool), button:not(.cool)', (e) => {
|
||||
const elem = document.createElement('span');
|
||||
|
|
5
new/resources/js/home.js
Normal file
5
new/resources/js/home.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
ready(async function() {
|
||||
const resp = await fetch("/resources/testimonials.json");
|
||||
const testimonials = await resp.json();
|
||||
console.log(testimonials);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue