mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
Keeping going :)
This commit is contained in:
parent
82439beeae
commit
08076c325b
7 changed files with 240 additions and 7 deletions
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