EpicNeo / startpage

Simple startpage

Home Page:https://www.spech.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Startpage

Startpage Startpage group mode

Simple startpage.

Usage

  1. Modify the links and icons in index.js.
  2. Host the site on a webserver.
  3. Set the Browser specific "new tab page" setting to your url.

Test local changes

To test changes locally the build in development servers of many languages can be used.

Python

python3 -m http.server 8080 --bind 127.0.0.1

PHP

php -S 127.0.0.1:8000

Ruby

ruby -run -ehttpd . -p8000

Sources

Inspired by:

About

Simple startpage

https://www.spech.de/

License:MIT License


Languages

Language:JavaScript 51.8%Language:HTML 43.1%Language:CSS 5.0%