mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update
This commit is contained in:
parent
1419138bdf
commit
7e3ae2bded
@ -8,8 +8,9 @@
|
||||
<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, initial-scale=1.0">
|
||||
</HEAD>
|
||||
<BODY class="animated-back">
|
||||
<BODY class="animated-gradient">
|
||||
<!-- <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>
|
||||
@ -26,6 +27,7 @@
|
||||
<br />
|
||||
</BODY>
|
||||
<footer class="footer">
|
||||
<a href="https://boofdev.eu.org">My homepage</a>
|
||||
<p class="donationcompact">
|
||||
Donate:<br>
|
||||
Monero: 486ip4Bz8HigxM8NycTJTuE3qRAHdmWCpWgwQPc3urNdbA4NANFRU24MnHHeZ4oa1cYX8AKMAkK1Liy9oYD7NK1XHUxnUcS<br>
|
||||
|
||||
@ -32,12 +32,19 @@
|
||||
}
|
||||
|
||||
|
||||
.animated-gradient {
|
||||
animation: animateBg 30s linear infinite;
|
||||
background-image: linear-gradient(90deg,#bd4faf,#ff8000,#bd4faf,#ff8000);
|
||||
background-size: 300% 100%;
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: blue;
|
||||
background-color: rgb(255, 145, 0);
|
||||
color: white;
|
||||
text-align: center;
|
||||
height: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user