mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
22 lines
630 B
HTML
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> |