add chris page + css corrections
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-28 18:00:28 +02:00
parent b818dc4328
commit 3e5d0a60ef
45 changed files with 222 additions and 114 deletions
+16 -1
View File
@@ -1,9 +1,24 @@
<!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>
<a href="content/RE_1_JILL.html">RESIDENT EVIL 1 - JILL</a>
<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>