Commit Graph

7 Commits

Author SHA1 Message Date
da76c217d4 Fix a bug where secureID wouldn't be sent on only the first load
The problem was because index.html was in the public folder and was
being served on the first page load instead of the Pug view being
rendered. The solution was to move it into the views folder so that the
only way to get to it was through the template engine.
2017-01-10 17:43:31 +00:00
86f23ed1a4 Combine home and notification page and store ID in local storage 2017-01-09 14:44:06 -07:00
4fd82c8dc6 Fix tabs and add noscript message to index.html 2017-01-07 12:21:01 -07:00
08af6f9a0b Serve example gif ourselves to increase user privacy 2017-01-07 11:52:56 -07:00
431c7beb38 Decrease size of icon and add favicons 2016-12-28 00:58:58 -08:00
6a4740c855 Delete unused CSS files that are being served by a CDN 2016-12-28 00:53:21 -08:00
0ba89c8d9c Move all static files to public/ folder and fix paths 2016-12-28 00:50:58 -08:00