add meta charset tag in index.html; fix opacity calculation in fade-in effect; clean up style.css

This commit is contained in:
vista-man
2025-01-25 22:15:34 +01:00
parent 90b39f241f
commit edeca369c3
3 changed files with 3 additions and 6 deletions

View File

@@ -3,6 +3,8 @@
<head>
<!-- The title of the webpage -->
<title>My Simple Wikipedia</title>
<!-- Meta tag for character encoding -->
<meta charset="UTF-8">
<!-- Link to the external CSS file for styling -->
<link rel="stylesheet" href="style.css">
</head>