Starter website for the memoriesfromthefuture project.
index.htmlfor the page structurestyles.cssfor the visual designscript.jsfor a small scroll reveal effect
Open index.html in your browser, or run a simple local server:
python3 -m http.server 8000Then visit http://localhost:8000.
Check your status:
git statusCreate your first commit:
git add .
git commit -m "Create initial project site"Push to GitHub after you're authenticated:
git push -u origin main