-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: Add Adobe Flash Games Directory page
This commit adds the HTML and CSS code for the Adobe Flash Games Directory page. The page includes a collection of Adobe Flash games that can be played online for free. It also provides information on how to install and play these games using a Flash Player emulator or standalone Flash Player. The HTML code includes the structure of the page, including headings, paragraphs, and links to individual games. The CSS code styles the page with a dark background, light text color, and material design-inspired elements. This feature enhances the website by providing a dedicated page for users to browse and play Adobe Flash games.
- Loading branch information
Showing
2 changed files
with
468 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,286 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Adobe Flash Games Directory</title> | ||
<link rel="stylesheet" type="text/css" href="style.css" /> | ||
</head> | ||
|
||
<body> | ||
<div id="container"> | ||
<h1>Adobe Flash Games Directory</h1> | ||
<p> | ||
Here you can find a collection of Adobe Flash games that you can play | ||
online for free. Please note that modern browsers no longer support | ||
Flash content, so you will need to use a Flash Player emulator or | ||
standalone Flash Player to run these games. | ||
</p> | ||
|
||
<!-- Card for all games --> | ||
<div class="card"> | ||
<p> | ||
<span | ||
><a href="./34027-flash-game.swf" target="_blank">Game 1</a></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./age-of-defense-8.swf" target="_blank" | ||
>Age of Defense 8</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a | ||
href="./bad-ice-cream-3-www-boysplaygame-com.swf" | ||
target="_blank" | ||
>Bad Ice Cream 3</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./bob-the-robber.swf" target="_blank" | ||
>Bob the Robber</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span><a href="./commando-2.swf" target="_blank">Commando 2</a></span> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./empires-of-arkeia.swf" target="_blank" | ||
>Empires of Arkeia</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./extreme-pamplona.swf" target="_blank" | ||
>Extreme Pamplona</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./fish-tales-2.swf" target="_blank">Fish Tales 2</a></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./fish-tales-deluxe-edition.swf" target="_blank" | ||
>Fish Tales Deluxe Edition</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./gotham-city-rush.swf" target="_blank" | ||
>Gotham City Rush</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span><a href="./mad-arrow.swf" target="_blank">Mad Arrow</a></span> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./penguin_diner.swf" target="_blank" | ||
>Penguin Diner</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./penguin_diner_2.swf" target="_blank" | ||
>Penguin Diner 2</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./pipe-riders.swf" target="_blank">Pipe Riders</a></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./pocket_fighter_nova.swf" target="_blank" | ||
>Pocket Fighter Nova</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./pocket_fighter_nova_updated.swf" target="_blank" | ||
>Pocket Fighter Nova (Updated)</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./rollercoaster_creator.swf" target="_blank" | ||
>Roller Coaster Creator</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./scrap-metal-heroes.swf" target="_blank" | ||
>Scrap Metal Heroes</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./strike-force-kitty-2.swf" target="_blank" | ||
>Strike Force Kitty 2</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./strike-force-kitty-last-stand.swf" target="_blank" | ||
>Strike Force Kitty: Last Stand</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./strike-force-kitty-league.swf" target="_blank" | ||
>Strike Force Kitty League</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./strikeforce_kitty.swf" target="_blank" | ||
>Strikeforce Kitty</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./sugar-sugar.swf" target="_blank">Sugar Sugar</a></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./sugar-sugar-2.swf" target="_blank" | ||
>Sugar Sugar 2</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./sugar-sugar-3.swf" target="_blank" | ||
>Sugar Sugar 3</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./summon-the-hero.swf" target="_blank" | ||
>Summon the Hero</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./super-mario-bros-crossover-3.swf" target="_blank" | ||
>Super Mario Bros Crossover 3</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./super-mario-flash-2.swf" target="_blank" | ||
>Super Mario Flash 2</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./super-mario-flash-4.swf" target="_blank" | ||
>Super Mario Flash 4</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./super-mario-flash.swf" target="_blank" | ||
>Super Mario Flash</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span><a href="./toxic-2.swf" target="_blank">Toxic 2</a></span> | ||
</p> | ||
<p> | ||
<span><a href="./toxic.swf" target="_blank">Toxic</a></span> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./truck-loader.swf" target="_blank">Truck Loader</a></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./truck-loader-2.swf" target="_blank" | ||
>Truck Loader 2</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./truck-loader-3.swf" target="_blank" | ||
>Truck Loader 3</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./truck-loader-4.swf" target="_blank" | ||
>Truck Loader 4</a | ||
></span | ||
> | ||
</p> | ||
<p> | ||
<span | ||
><a href="./truck-loader-5.swf" target="_blank" | ||
>Truck Loader 5</a | ||
></span | ||
> | ||
</p> | ||
</div> | ||
|
||
<h2>About Flash Games</h2> | ||
<p> | ||
Flash games were a huge part of the early internet culture, providing | ||
endless entertainment for users around the world. Though Flash is no | ||
longer supported by modern browsers, these games can still be played | ||
using standalone Flash Players or emulators like Ruffle. | ||
</p> | ||
<p> | ||
<strong>Installation:</strong> To play these games, download and install | ||
the Flash Player provided in the repository (<a | ||
href="./flashplayer_32_sa.exe" | ||
>Flash Player</a | ||
> | ||
or <a href="./flashplayer_32_sa_debug.exe">Flash Player</a>). You can | ||
also use emulators to keep enjoying these classics. | ||
</p> | ||
<p> | ||
<strong>Controls:</strong> Most games utilize simple keyboard and mouse | ||
controls. Refer to the instructions provided in each game. | ||
</p> | ||
<p> | ||
<strong>Credits:</strong> This collection is a fan-made effort to | ||
preserve the history of Flash games. All game rights remain with their | ||
respective creators. | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.