34 lines
No EOL
1.2 KiB
HTML
34 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>INSAïde</title>
|
|
<link rel="stylesheet" href="../CSS/etrange_decouverte.css">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Un étudiant étrange</h1>
|
|
<nav><a href='./menu.html'>Retourner au menu</a></nav>
|
|
</header>
|
|
<main id="main">
|
|
<section id="content">
|
|
<article id="text">
|
|
<p>
|
|
Vous sortez de cours de chinois à 20h30 et vous passez faire un tour au STPI vous prendre un petit café pour réviser toute la nuit.
|
|
Vous apercevez un étudiant qui se dirige vers le sous-sol, vous trouvez ça bizarre.
|
|
</p>
|
|
</article>
|
|
<div id="buttons">
|
|
<button id="safeButton" class="button">Aller dormir, ça fait trop peur</button>
|
|
<button id="riskyButton" class="button">Le suivre</button>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
|
|
</footer>
|
|
</body>
|
|
</html> |