mirror of
https://github.com/pabloquablo/RTA-test.git
synced 2026-03-06 03:06:35 +01:00
add meta charset tag in index.html; fix opacity calculation in fade-in effect; clean up style.css
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user