Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use rocket_contrib StaticFiles module to serve static files. | Harald Eilertsen | 2019-03-04 | 3 | -0/+113 |
| | | | | | | | This also changes the structure of the app quite significantly. Instead if generating the html for the index, we simply provide a public/index.html static file instead. For now this seems to make sense, it may not hold in the long run, but that's for another time to worry about. | ||||
* | Add basic stylesheet. | Harald Eilertsen | 2019-03-03 | 1 | -0/+10 |
| | |||||
* | Add favicon and route to get public files. | Harald Eilertsen | 2019-03-02 | 1 | -0/+0 |