Ce projet est une reproduction de l'ouverture de Pokémon Blue/Red en utilisant HTML et CSS. Le fichier index.html
contient la structure de la page, y compris les liens vers les fichiers CSS et JavaScript nécessaires.
index.html
: Le fichier principal contenant la structure HTML de la page.style.css
: Le fichier CSS contenant les styles pour la page.intro.mp3
: La musique d'introduction jouée automatiquement à l'ouverture de la page.
- Ouvrez le fichier
index.html
dans un navigateur web pour voir l'animation. - Assurez-vous que les fichiers CSS et JavaScript sont correctement liés et accessibles.
This project is a reproduction of the Pokémon Blue/Red opening using HTML and CSS. The index.html
file contains the structure of the page, including links to the necessary CSS and JavaScript files.
index.html
: The main file containing the HTML structure of the page.style.css
: The CSS file containing the styles for the page.intro.mp3
: The introduction music that plays automatically when the page is opened.
- Open the
index.html
file in a web browser to view the animation. - Ensure that the CSS and JavaScript files are correctly linked and accessible.