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