.center { display:flex; justify-content:center; align-items:center; }
fetch("url") .then(r => r.json()) .then(data => console.log(data));
for f in *.txt; do echo "Processing $f" done