mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
a
This commit is contained in:
parent
5621439290
commit
81bcd10079
@ -4,6 +4,7 @@
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<script type="text/javascript" src="swfobject.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<script type="text/javascript">
|
||||
swfobject.registerObject("myFlashContent", "9.0.0");
|
||||
@ -11,7 +12,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600" id="myFlashContent">
|
||||
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="myFlashContent">
|
||||
<param name="movie" value="DAbuddy.swf" />
|
||||
<!--[if !IE]>-->
|
||||
<object type="application/x-shockwave-flash" data="DAbuddy.swf" width="800" height="600">
|
||||
|
||||
@ -1,4 +1,22 @@
|
||||
<link rel="stylesheet" href="https://boof.eu.org/style.css" Type="text/css" media="all">
|
||||
<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></p>
|
||||
<p><a href="/Games/Flash/Interactive buddy/">Interactive buddy</a></p>
|
||||
<!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>
|
||||
Loading…
x
Reference in New Issue
Block a user