Mettre à jour 'Leo.html'
This commit is contained in:
parent
88ee525aa9
commit
511419382c
1 changed files with 3 additions and 2 deletions
5
Leo.html
5
Leo.html
|
@ -19,7 +19,7 @@
|
|||
|
||||
<body>
|
||||
<h1 id="TitreMorp">Bienvenue sur le TIC-TAC-TOE </h1>
|
||||
<p id="RegleMorp">Règles du jeu: à 2 joueurs, vous jouez au tour par tour. Il faut aligner 3 symboles pour gagner.</p>
|
||||
<p class="txt">Règles du jeu: à 2 joueurs, vous jouez au tour par tour. Il faut aligner 3 symboles pour gagner.</p>
|
||||
<table id="tmorp">
|
||||
<tr>
|
||||
<td class="case"></td>
|
||||
|
@ -38,7 +38,8 @@
|
|||
</tr>
|
||||
|
||||
</table>
|
||||
<p id="AffJoueur"></p>
|
||||
<p class ="txt" id="AffJoueur"></p>
|
||||
<button id="ResetButton"> REJOUER</button>
|
||||
|
||||
<script type="text/javascript" src="leo.js"></script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue