Simple startpage.
- Modify the links and icons in
index.js
. - Host the site on a webserver.
- Set the Browser specific "new tab page" setting to your url.
- Chrome requires an extension for this. e.g. New Tab Redirect
To test changes locally the build in development servers of many languages can be used.
python3 -m http.server 8080 --bind 127.0.0.1
php -S 127.0.0.1:8000
ruby -run -ehttpd . -p8000
- Background image by Mikael Gustafsson
Inspired by: