created /unsupported page and added gcmCompliant to /download page

This commit is contained in:
Danny Coates 2017-07-21 17:40:29 -07:00
parent 0d5fb1740d
commit f5bd332ff8
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 26 additions and 15 deletions

View file

@ -80,6 +80,10 @@ app.get('/', (req, res) => {
res.render('index');
});
app.get('/unsupported', (req, res) => {
res.render('unsupported');
});
app.get('/jsconfig.js', (req, res) => {
res.set('Content-Type', 'application/javascript');
res.render('jsconfig', {