1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 13:34:21 +00:00

correction diverses de monstres + états spéciaux cliquables dans les statblocks

This commit is contained in:
Maxime Moraine 2020-04-24 10:40:38 +02:00
parent 3a8070c4f2
commit 0930fbda70
13 changed files with 100 additions and 79 deletions

View file

@ -3,7 +3,7 @@ module.exports = {
description: 'Document de Référence Système pour le jeu de rôle Héros & Dragons',
head: [
['link', { rel: 'icon', href: '/favicon-32x32.png' }],
['link', { rel: 'manifest', href: '/manifest.json' }],
['link', { rel: 'manifest', crossorigin:"use-credentials", href: '/manifest.json' }],
['meta', { name: 'theme-color', content: '#563f5a' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],