mirror of
https://github.com/selenite-cc/flasharchive.git
synced 2025-01-22 12:42:53 -03:00
Create qwop.html
This commit is contained in:
parent
0243f45973
commit
c1412b19b2
1 changed files with 27 additions and 0 deletions
27
html/qwop.html
Normal file
27
html/qwop.html
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<!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>
|
||||||
|
|
||||||
|
<button onclick="window.location.href='info.html'";>Information</button>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<head>
|
||||||
|
<title>QWOP</title>
|
||||||
|
</head>
|
||||||
|
<center>
|
||||||
|
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/QWOP.swf">Here</a> to download the file and right click to go to fullscreen.</p>
|
||||||
|
<embed src="https://rawcdn.githack.com/Games-From-Flash/swf/master/QWOP.swf"></embed>
|
||||||
|
</center>
|
||||||
|
<>
|
||||||
|
</body>
|
Loading…
Add table
Reference in a new issue