You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Improve accessibility and consistency in 404 and index views (#61)
- Added spacing and cleaned up HTML structure in `404.ejs` and `index.ejs`.
- Removed redundant `loading="lazy"` attribute where unnecessary due to default browser behavior.
- Improved readability and consistency of `<img>` tags with proper formatting and alignment.
- Ensured clean and valid HTML across both views.
<imgclass="clazz-profile-image"src="../assets/images/profile100w100h.png"alt="Profile picture of Balázs Varga, CTO @ Apter"loading="lazy"width="100"height="100" />
46
+
<imgclass="clazz-profile-image"src="../assets/images/profile100w100h.png"alt="Profile picture of Balázs Varga, CTO @ Apter"width="100"height="100" />
0 commit comments