mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
23 lines
734 B
HTML
23 lines
734 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Flash Games</title>
|
|
<link rel="stylesheet" href="/style.css" Type="text/css" media="all">
|
|
<script src="index.js"></script>
|
|
</head>
|
|
|
|
<body onload="sortList('GameList')">
|
|
<h1 style="font-size:2vw">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>
|
|
<div id="GameList">
|
|
<li><a href="Interactive buddy/">Interactive buddy</a></li>
|
|
<li><a href="bloxorz/">Bloxorz</a></li>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |