Andreu Huguet | 64d065c | 2019-09-16 14:04:22 +0200 | [diff] [blame^] | 1 | <html> |
| 2 | <head> |
| 3 | <title>Pàgina de benvinguda</title> |
| 4 | <link rel="stylesheet" href="./css/basic.css" /> |
| 5 | <link rel="stylesheet" href="./css/main.css" /> |
| 6 | </head> |
| 7 | <body> |
| 8 | <div id="outter-container"> |
| 9 | <div id="inner-container"> |
| 10 | <h2>Hola <name id="user_name">Sabina</name>,</h2> |
| 11 | <h3>La teva víctima és:</h3> |
| 12 | |
| 13 | <div class="victima"> |
| 14 | <img width="300px" src="https://images.squarespace-cdn.com/content/v1/55d66363e4b0b9bb40814594/1563604453236-E5W0AMO0G48FCM315P38/ke17ZwdGBToddI8pDm48kOTrVJ1u5-lShfatTnqwpvJ7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QHyNOqBUUEtDDsRWrJLTmHHRMqniMJbuwH8EZRFFu5Xniw0XOPZocUpOLtZKAgc3IeAs9gv2T1pupIMoxMYeP/Monica-Leon-Mugshot-Danger-VH1-Star-For-the-Love-of-Ray-J.jpg?format=2500w" /> |
| 15 | <h2 id="victim_name">Vera Pujadas</h2> |
| 16 | <h3><span id="victim_curs">3er</span>-<span id="victim_grau">MAT</span></h3> |
| 17 | </div> |
| 18 | </div> |
| 19 | </div> |
| 20 | <div id="butons"> |
| 21 | <button id="win">L'he matat</button> |
| 22 | <button id="lose">M'han matat</button> |
| 23 | </div> |
| 24 | </body> |
| 25 | </html> |