mirror of
https://github.com/authenyoo/website.git
synced 2025-05-07 17:13:47 +02:00
95 lines
4 KiB
HTML
95 lines
4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>free money real for me</title>
|
|
<meta name="author" content="authen" />
|
|
<link rel="icon" href="/images/favicon.png" type="image/x-icon" />
|
|
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all" />
|
|
<script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script>
|
|
<meta content="real free money" property="og:title" />
|
|
<meta
|
|
content="give me money NOW donate"
|
|
property="og:description"
|
|
/>
|
|
<meta content="/pages/givememoney.html" property="og:url" />
|
|
<meta content="/images/moneyman.jpeg" property="og:image" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta content="#a89984" data-react-helmet="true" name="theme-color" />
|
|
<script defer src="https://collecting.slurs.online/script.js" data-website-id="10adc62c-d228-48f0-98ec-c668a326d6ee"></script>
|
|
<script type="text/javascript">
|
|
<meta name=”robots” content=”noai, noimageai”>
|
|
// <![CDATA[
|
|
var speed=100; // speed of wobbling, lower is faster
|
|
var height=3; // height of wobbling in pixels
|
|
var alink=""; // page to link text to (set to ="" for no link)
|
|
|
|
/****************************
|
|
* Wobbly Text Effect *
|
|
*(c) 2003-6 mf2fm web-design*
|
|
* http://www.mf2fm.com/rv *
|
|
* DON'T EDIT BELOW THIS BOX *
|
|
****************************/
|
|
var wobtxt, wobble, wobcnt=0;
|
|
window.onload=function() { if (document.getElementById) {
|
|
var i, wobli;
|
|
wobble=document.getElementById("wobble");
|
|
wobtxt=wobble.firstChild.nodeValue;
|
|
while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
|
|
for (i=0; i<wobtxt.length; i++) {
|
|
wobli=document.createElement("span");
|
|
wobli.setAttribute("id", "wobb"+i);
|
|
wobli.style.position="relative";
|
|
wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
|
|
if (alink) {
|
|
wobli.style.cursor="pointer";
|
|
wobli.onclick=function() { top.location.href=alink; }
|
|
}
|
|
wobble.appendChild(wobli);
|
|
}
|
|
setInterval("wobbler()", speed);
|
|
}}
|
|
|
|
function wobbler() {
|
|
for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
|
|
wobcnt++;
|
|
}
|
|
// ]]>
|
|
</script>
|
|
<script defer src="/style.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="module">
|
|
import { fairyDustCursor } from "https://unpkg.com/cursor-effects@latest/dist/esm.js";
|
|
|
|
new fairyDustCursor();
|
|
</script>
|
|
<div class="header">
|
|
<marquee>
|
|
<div id="wobble">authen</div>
|
|
</marquee>
|
|
</div>
|
|
<div class="item" style="overflow-wrap: break-word;">
|
|
<h1>donate</h1>
|
|
<p>if you fw me heavily... or like me website... you can like .. give me money,,, im not like starving but im broke help a brotha out</p>
|
|
<p><a href="https://ko-fi.com/weedpenisgirlsuckler420">ko-fi</a></p>
|
|
<p><a href="https://liberapay.com/authenyo">liberapay</a></p>
|
|
<p>monero:<code>44Jt22rEvh8MpBrJjEXhLu2eWaXpZaXWDX15DhAVgRTDTWKStnmtE1PPxsAxocRq7gH85pS3ZPLVM5nW8oW5m47BDM42p3y</code></p>
|
|
<p>btc: bc1qwns2qrj4lf53qwsnfjp7ldu6ygeh4za7p6lt7a</p>
|
|
<p>ltc: ltc1qck3yg9rj2ftaprjkwx78hxx0kvuqmclp36yas5</p>
|
|
<p>dogecoin (im sorry i made a coinbase wallet and it gave me this): DGqLEHK5bKBi6th8etDdksPQBPe8WTmJ7w</p>
|
|
<p>whatever solana is: FCofTEwQb2hTZeU2L5ocHCryTGf3qoWF67mXnrRvV4LQ</p>
|
|
<p>ethereum: 0x07fC9c555b6C7f9C39CFF9E87f4037bdf981dd11</p>
|
|
</div>
|
|
<div id="navbar-container"></div>
|
|
<script>
|
|
fetch('/navbar.html')
|
|
.then(response => response.text())
|
|
.then(data => {
|
|
document.getElementById('navbar-container').innerHTML = data;
|
|
})
|
|
.catch(error => console.error('Error loading navbar:', error));
|
|
</script>
|
|
</body>
|
|
</html>
|