mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
66 lines
1.7 KiB
HTML
66 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<HTML amp lang="en">
|
|
<!-- <link rel="stylesheet" href="/style.css" Type="text/css" media="all"> -->
|
|
<HTML>
|
|
<HEAD>
|
|
<style amp-custom>
|
|
.floatRight{float:right;margin-left:20px}
|
|
|
|
#hp {
|
|
float: right;
|
|
margin: 0 0 0 15px;
|
|
}
|
|
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
}
|
|
|
|
#grad {
|
|
height: 200px;
|
|
background-image: linear-gradient(cyan, blue);
|
|
}
|
|
|
|
.back {
|
|
height: 100%;
|
|
width: 100%;
|
|
background: rgb(0,0,191);
|
|
background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%);
|
|
}
|
|
.animated-back {
|
|
animation: animateBg 6s linear infinite;
|
|
background-image: linear-gradient(90deg,#00ffff,#0834e2,#00ffff,#0834e2);
|
|
background-size: 300% 100%;
|
|
}
|
|
@keyframes animateBg {
|
|
0% { background-position: 100% 0%; }
|
|
100% { background-position: 0% 0%; }
|
|
}
|
|
|
|
|
|
.footer {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: blue;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.donationcompact {
|
|
line-height: 1em;
|
|
}
|
|
</style>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" type="image/x-icon" href="/favicon.png">
|
|
<title>Bad website</title>
|
|
</HEAD>
|
|
<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="animated-back">
|
|
</BODY>
|
|
</HTML> |