A single plain HTML page. White background, black text, no CSS file, no JavaScript.
Everything lives in index.html. Edit the text directly.
To view it, double-click index.html or run:
cd /Users/yugapatel/Documents/yugas_website
python3 -m http.server 8000
Then open http://localhost:8000
The previous version of the site (tab dashboard, styles.css, script.js) is in _old/.