Sat Mar 08 2025 04:17:47 GMT+0000 (Coordinated Universal Time)
Saved by @erika
{ const loading = document.getElementById('loading'); loading.classList.add('loaded'); const container = document.querySelector('.container'); }
querySelectorはIDとか要素名とかを自由に書ける
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments