greg 3e5d0a60ef
All checks were successful
continuous-integration/drone/push Build is passing
add chris page + css corrections
2025-06-28 18:00:28 +02:00

24 lines
471 B
HTML

<!DOCTYPE html>
<head>
<link href="./static/css/style.css" rel="stylesheet" type="text/css">
</head>
<body style="background-image: url(static/bg.png);">
<h1>
RESIDENT EVIL SOLUCE
</h1>
<h3>RESIDENT EVIL 1</h3>
<ul>
<li>
<a href="content/RE_1_JILL.html">RESIDENT EVIL 1 - JILL</a>
</li><br>
<li>
<a href="content/RE_1_CHRIS.html">RESIDENT EVIL 1 - CHRIS</a>
</li>
</ul>
</body>