├── index.html └── README.md /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | This page is redirecting to the 18F homepage. If the page doesn't not redirect you automatically, please click here. 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This project used to serve as a basic hub to our GitHub projects, but we are changing it to instead redirect to the [18F Dashboard](https://18f.gsa.gov/dashboard). We are retaining the project, though, to ensure that anyone interested in 18F's work that looks for `18.github.io` reaches an useful destination. 2 | --------------------------------------------------------------------------------