games/Games/Flash/index.html
hexahigh 81bcd10079 a
2023-05-13 12:45:41 +02:00

22 lines
630 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Boofdev - Flash Games</title>
<link rel="stylesheet" href="/style.css" type="text/css" media="all" />
<link rel="icon" type="image/x-icon" href="/favicon.png" />
</head>
<body>
<div style="margin-left: 5%;">
<h1>Flash games.</h1>
<p>On this page you can play flash games, all of these run on <a title="Ruffle" href="https://ruffle.rs">Ruffle</a>
</p>
<br>
<p><a href="./Interactive buddy/">Interactive buddy</a></p>
</div>
</body>
</html>