|
<!DOCTYPE html> |
|
<html lang="fr"> |
|
<head> |
|
<meta charset="UTF-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
<title>Through Their Eyes - How to Play</title> |
|
<link rel="stylesheet" href="/src/style.css" /> |
|
</head> |
|
<body> |
|
<div class="led-bar"> |
|
<div class="light-beam"></div> |
|
</div> |
|
|
|
<div class="background-elements"> |
|
<img src="public/blood-2.png" alt="" class="blood blood-top-left" /> |
|
<img src="public/help.png" alt="" class="blood blood-top-right" /> |
|
<img src="public/splatter.png" alt="" class="blood splatter" /> |
|
<img src="public/hand.png" alt="" class="blood blood-bottom-right" /> |
|
</div> |
|
|
|
<main> |
|
<div class="content"> |
|
<h1>How to Play</h1> |
|
|
|
</div> |
|
|
|
<a href="index.html" class="back-button">Back to Menu</a> |
|
</main> |
|
|
|
<script type="module" src="/src/main.js"></script> |
|
</body> |
|
</html> |
|
|