added animated gradient to tools and games and made it more compact

This commit is contained in:
Boof 2022-11-28 14:04:25 +01:00 committed by GitHub
parent f3812e1fd6
commit 0f82895e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 23 deletions

View File

@ -1,7 +1,20 @@
<link rel="stylesheet" href="https://boof.eu.org/style.css" Type="text/css" media="all">
<!DOCTYPE html>
<html lang="en" >
<head>
<HTML>
<HEAD>
<LINK href="/style.css" rel="stylesheet" type="text/css">
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.png">
<title>Bad website</title>
<link rel="stylesheet" href="/style.css" Type="text/css" media="all">
<script src="index.js"></script>
</HEAD>
<BODY class="animated-back">
<p>Here you can find a list of games. All games are hosted on this website.</p>
<h1><p><a style="font-size:2vw" href="/Games/Flash/">Flash games</a></p></h1>
<title>Bad website</title>
<div class="donationcompact">
<p><a href="/Games/Tic Tac Toe/">Tic Tac Toe</a></p>
<p><a href="/Games/Pacman/">Pacman</a></p>
<p><a href="/Games/Tetris/">Tetris</a></p>
@ -19,3 +32,8 @@
<p><a href="/Games/3D tearable cloth/">3D tearable cloth</a></p>
<p><a href="/Games/full sphere path tracer/">Full sphere path-tracer</a></p>
<p><a href="/Games/Knotted/">Knotted</a></p>
</div>
</BODY>
<footer>
</footer>
</HTML>

View File

@ -10,11 +10,11 @@
<link rel="icon" type="image/x-icon" href="/favicon.png">
<title>Bad website</title>
</HEAD>
<BODY class="back">
<BODY class="animated-back">
<p><a href="/tools/XylkJweJ/">Calculator</a></p>
<p><a href="Btorrent/">Online torrent downloader/seeder</a></p>
<p><a href="Chat app/">Chat app made with scratch's cloud variable system</a></p>
<p><a href="/tools/Online nes emu/">Online nes emulator</a></p>
<BODY class="back">
<BODY class="animated-back">
</BODY>
</HTML>