File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
66 < title > Battle Monster React</ title >
7+
8+ <!-- Global site tag (gtag.js) - Google Analytics -->
9+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-54YG1EYT31 "> </ script >
10+ < script >
11+ window . dataLayer = window . dataLayer || [ ] ;
12+ function gtag ( ) { dataLayer . push ( arguments ) ; }
13+ gtag ( 'js' , new Date ( ) ) ;
14+
15+ gtag ( 'config' , 'G-54YG1EYT31' ) ;
16+ </ script >
717 </ head >
818 < body >
919 < noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ export default function HowTo() {
7070 utilizou de poder de ataque e defesa, se algum item foi utilizado e quem venceu).</ li >
7171 < li > A terceira exibe informações do seu adversário.</ li > < br />
7272 < Grid container spacing = { 2 } justify = "center" >
73- < img src = "/img/howto/boxes.jpg" alt = "Boxes" />
73+ < img src = "/img/howto/boxes.jpg" alt = "Boxes" width = "90%" />
7474 </ Grid >
7575 < br />
7676 Você sempre estará no comando dos turnos, efetuando uma ordem de ataque ou de defesa. < br />
7777 Por turno, sempre haverá um monstro atacando e um defendendo. < br /> < br />
7878 < Grid container spacing = { 2 } justify = "center" >
79- < img src = "/img/howto/attack-defense.jpg" alt = "AttackDefense" />
79+ < img src = "/img/howto/attack-defense.jpg" alt = "AttackDefense" width = "90%" />
8080 </ Grid >
8181 < br />
8282 Seu personagem e o seu adversário possuem três características básicas. < br />
You can’t perform that action at this time.
0 commit comments