61 lines
No EOL
1.5 KiB
HTML
Executable file
61 lines
No EOL
1.5 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Prog Web Legend</title>
|
|
<script> alert("click")</script>
|
|
<link rel="stylesheet" href="" id="link-css">
|
|
<link rel="stylesheet" href="./css/alerte.css">
|
|
</head>
|
|
<body>
|
|
<script src="./js/intro.js" deref></script>
|
|
<script src="./js/element.js"></script>
|
|
<script src="./js/technologie.js"></script>
|
|
<script src="./js/main.js"></script>
|
|
<script src="./js/alerte.js"></script>
|
|
<div id="div_button_score">
|
|
|
|
</div>
|
|
<table>
|
|
<thead>
|
|
<th>nom</th>
|
|
<th>boost</th>
|
|
</thead>
|
|
<tbody id="table_technologies_body">
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
|
|
<table id="table_magasin" class="table_magasin">
|
|
<thead id="table_magasin_head">
|
|
|
|
</thead>
|
|
|
|
<tbody id="table_magasin_body">
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
<!-- Custom Alert Modal -->
|
|
<div id="alerte_jolie" class="modal">
|
|
<div class="modal-content">
|
|
<span class="close-btn" onclick="fermerAlerte()">×</span>
|
|
<p id="message_alerte_jolie"></p>
|
|
<button onclick="fermerAlerte()">OK</button>
|
|
</div>
|
|
</div>
|
|
<div class="ad" style="display: none;">
|
|
|
|
<img src="./img/miaou1.jpeg" alt="Chat" class="adt2">
|
|
<img src="./img/GIF-CHATON.gif" alt="Chat" class="adt3">
|
|
</div>
|
|
|
|
</body>
|
|
<footer>
|
|
|
|
<p>L'evolution est non contractuelle, adaptée pour le gameplay</p>
|
|
</footer>
|
|
</html> |