mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 20:16:16 -04:00
5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
![]() |
ready(async function() {
|
||
|
const resp = await fetch("/resources/testimonials.json");
|
||
|
const testimonials = await resp.json();
|
||
|
console.log(testimonials);
|
||
|
});
|