website/fun/games/index.html

21 lines
386 B
HTML
Raw Normal View History

2021-06-30 22:50:09 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Games</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>Games I like</h2>
<br>
<br>
<p>
Under construction
</p>
<br>
</div>
</body>
</html>