Added back rules & translations... (skill issue with git)
This commit is contained in:
@ -237,12 +237,17 @@ export default class extends AbstractView
|
||||
async getHtml()
|
||||
{
|
||||
return `
|
||||
<h1>${lang.get('ticTacToe')}</h1>
|
||||
<h1>${lang.get('ticTacToe')}</h1>
|
||||
<div style="display: flex">
|
||||
<canvas id="Morpion" width="${this.width}" height="${this.height}"></canvas>
|
||||
<h2 style="margin-left: 5%">J'arrive a ecrire du html a droite 🤓🤓🤓🤓</h2>
|
||||
<div>
|
||||
<h2 style="padding-left: 50px"><B>${lang.get('ruleTitle')}</B></h2>
|
||||
<h5 style="padding-left: 30px">${lang.get('ruleBase')}<br><br></h5>
|
||||
<h5 style="padding-left: 30px">${lang.get('ruleMovement')}<br><br></h5>
|
||||
<h5 style="padding-left: 30px">${lang.get('ruleDraw')}</h5>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user