24 lines
471 B
HTML
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> |