File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6
6
< 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 >
7
17
</ head >
8
18
< body >
9
19
< 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() {
70
70
utilizou de poder de ataque e defesa, se algum item foi utilizado e quem venceu).</ li >
71
71
< li > A terceira exibe informações do seu adversário.</ li > < br />
72
72
< 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%" />
74
74
</ Grid >
75
75
< br />
76
76
Você sempre estará no comando dos turnos, efetuando uma ordem de ataque ou de defesa. < br />
77
77
Por turno, sempre haverá um monstro atacando e um defendendo. < br /> < br />
78
78
< 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%" />
80
80
</ Grid >
81
81
< br />
82
82
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