🎨 Improve HTML formatting and update doctype declaration

This commit is contained in:
2026-01-28 04:37:24 +00:00
parent 48cd7bff15
commit bcbcb36630

View File

@@ -1,8 +1,8 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pokedex Online</title> <title>Pokedex Online</title>
</head> </head>
<body> <body>