Skip to content

Commit

Permalink
chore: Update lang attribute in index.html to include data-theme attr…
Browse files Browse the repository at this point in the history
…ibute for dark mode
  • Loading branch information
guillecro committed Sep 5, 2024
1 parent 2d98e75 commit dd74fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="es">
<html lang="es" data-theme="dark">

<head>
<meta charset="utf-8">
Expand Down

0 comments on commit dd74fd0

Please sign in to comment.