games/index.html
2022-12-13 15:00:17 +01:00

90 lines
3.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<HTML amp lang="en">
<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 name="ahrefs-site-verification" content="dddc9587d8e6d98c3ad0e2b49cdba8522194cef2529d26a21dce6ddce57b1110">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<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>
<link rel="canonical" href="/index.html">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
</HEAD>
<BODY class="animated-back">
<!-- <img onclick="window.location.href='http://gg.gg/b0gamead2'" class="alignnone size-full wp-image-1303" class="floatRight" src="/files/img/ad.png" alt="" width="318.75" height="468.75" id="hp"/></div> -->
<p>On this website i host games and other stuff.</p>
<h1>Contact:</h1>
<p>Discord: Boof V2#4806</p>
<p>Email: <a href="mailto:admin@boof.eu.org">admin@boof.eu.org</a></p>
<h1>Links</h1>
<p><a href="https://status.boof.eu.org">Status</a></p>
<p><a href="/Games/">Games</a></p>
<p><a href="/tools/">Tools</a></p>
<p><a href="/Software/">Software</a></p>
<p><a href="http://boofdev125.ezyro.com/">File upload/host</a></p>
<p><a href="http://boofdev126.ezyro.com/">Pastebin</a></p>
<br /> 
<br />
</BODY>
<footer class="footer">
<p class="donationcompact">
Donate:<br>
Monero: 486ip4Bz8HigxM8NycTJTuE3qRAHdmWCpWgwQPc3urNdbA4NANFRU24MnHHeZ4oa1cYX8AKMAkK1Liy9oYD7NK1XHUxnUcS<br>
Litecoin: ltc1qukr8famy0n0vx8n95j39mskaavcnf0vxdlpjez<br>
BitcoinCash: bitcoincash:qz0rmdaajgc8uhvtl2q6h5tmfxncy4v3dqtqv5q4ss<br>
Ethereum: 0xD26C4C825f39843841A75BaAeD1B66754946d04e<br>
</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></p>
</footer>
</HTML>