added games
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Amaranth&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<img class="logo" src="img/logo2.png" alt="logo">
|
||||
@@ -20,7 +18,6 @@
|
||||
<title>Duck Life 2</title>
|
||||
</head>
|
||||
<center>
|
||||
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/Duck Life 2 - World Champion.swf">Here</a> to download the file and right click to go to fullscreen.</p>
|
||||
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Duck Life 2 - World Champion.swf"></embed>
|
||||
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Duck Life 2 - World Champion.swf"></embed>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Amaranth&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<img class="logo" src="img/logo2.png" alt="logo">
|
||||
<h1>Welcome to the Flash Games Archive.</h1>
|
||||
|
||||
<nav>
|
||||
<ul class="nav__links">
|
||||
<button style="margin-right: 20px;" onclick="window.location.href='index.html'";">Home</button>
|
||||
@@ -20,7 +17,6 @@
|
||||
<title>Duck Life 3</title>
|
||||
</head>
|
||||
<center>
|
||||
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/Duck Life 3 - Evolution.swf">Here</a> to download the file and right click to go to fullscreen.</p>
|
||||
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Duck Life 3 - Evolution.swf"></embed>
|
||||
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Duck Life 3 - Evolution.swf"></embed>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user