games/Games/index.html
2022-12-13 14:53:03 +01:00

87 lines
2.7 KiB
HTML

<!DOCTYPE html>
<HTML amp lang="en">
<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>
<!-- <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">
<a href="/Games/Tic Tac Toe/">Tic Tac Toe</a><br>
<a href="/Games/Pacman/">Pacman</a><br>
<a href="/Games/Tetris/">Tetris</a><br>
<a href="/Games/Getting Over It Scratch Edition/">Getting over it scratch edition</a><br>
<a href="/Games/Cookie-Clicker/">Cookie Clicker</a><br>
<a href="/Games/Dino game/">Chrome dino runner</a><br>
<a href="/Games/2048/">2048</a><br>
<a href="/Games/3D CHESS/">3D Chess</a><br>
<a href="/Games/Flappy Bird/">Flappy bird</a><br>
<a href="/Games/DARK-Platformer/">Dark Platformer</a><br>
<a href="/Games/2D physics/">2D physics</a><br>
<a href="/Games/Hextris/">Hextris</a><br>
<a href="/Games/Black hole raytracing/">Black hole raytracing</a><br>
<a href="/Games/3D list raytrace/">3D list-based raytracing</a><br>
<a href="/Games/3D tearable cloth/">3D tearable cloth</a><br>
<a href="/Games/full sphere path tracer/">Full sphere path-tracer</a><br>
<a href="/Games/Knotted/">Knotted</a><br>
<a href="/Games/Snow-rider/">Snow-rider</a>
</div>
</BODY>
<footer>
</footer>
</HTML>