updated gradient on the other pages

This commit is contained in:
hexahigh 2023-04-26 20:32:07 +02:00
parent 9c941b0c0a
commit 6ffe614d08
3 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="/style.css" Type="text/css" media="all">
<script src="index.js"></script>
</HEAD>
<BODY class="animated-back">
<BODY class="animated-gradient">
<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>

View File

@ -6,9 +6,8 @@
<link rel="icon" type="image/x-icon" href="/favicon.png">
<title>Boofdev - Software</title>
</HEAD>
<BODY class="animated-back">
<BODY class="animated-gradient">
<h1>Software</h1>
<p><a href="/Software/Calculator-inator/">Android-Calculator</a></p>
<BODY class="animated-back">
</BODY>
</HTML>

View File

@ -6,7 +6,7 @@
<link rel="icon" type="image/x-icon" href="/favicon.png">
<title>Boofdev - Tools</title>
</HEAD>
<BODY class="animated-back">
<BODY class="animated-gradient">
<p><a href="/tools/Base64/">Base64 encode/decode</a></p>
<p><a href="/tools/WebhookYeet/">Discord webhook deleter</a></p>
<p><a href="/tools/percentage-calc/">Percentage calculator</a></p>