mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -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);
|
||
|
});
|