tateti.html 1.43 KB
Newer Older
roshka committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
<!DOCTYPE html>
<html>

<head>

</head>
<body onload="cargarJugadores()">
    <center>
<h1 WIDTH=30% HEIGHT=40>TaTeTi</h1>
<table border="0">


 <tr>
    <td style="border-style:solid" width="96" Height="128" id="c0" onclick="box(0)"></td>  
    <td style="border-style:solid" width="96" Height="128" id="c1" onclick="box(1)"></td>  
    <td style="border-style:solid" width="96" Height="128" id="c2" onclick="box(2)"></td>  
 </tr>

 <tr>
    <td style="border-style:solid" width="96" Height="128" id="c3" onclick="box(3)"></td>  
    <td style="border-style:solid" width="96" Height="128" id="c4" onclick="box(4)"></td>  
    <td style="border-style:solid" width="96" Height="128" id="c5" onclick="box(5)"></td>  
 </tr>

 <tr>
    <td style="border-style:solid" width="96" Height="128" id="c6" onclick="box(6)"></td>  
    <td style="border-style:solid" width="96" Height="128" id="c7" onclick="box(7)"></td>
    <td style="border-style:solid" width="96" Height="128" id="c8" onclick="box(8)"></td>
 </tr>


 <tr>
    <th id="jugador1">Jugador 1</th>  
    <td></td>  
    <th id="jugador2">Jugador 2</th>  
 </tr>

 <tr>
    <td><img src="http://images.coveralia.com/audio/d/Def_Leppard-X-Frontal.jpg" width="80" Height="100"/></td>  
    <td></td>
    <td><img src="https://steemitimages.com/0x0/https://s5.postimg.cc/5z0fqjfnr/redonda_1.jpg" width="80" Height="100"/></td>  
 </tr>

</table>

<br />
</center>
<script src="tateti.js"></script>
</body>

</html>