Add referral code page
This commit is contained in:
parent
da23937b96
commit
9ceebf10f7
@ -4,6 +4,7 @@
|
||||
<a href="https://searx.bbaovanc.com/" rel="noreferrer" target="_blank">My Searx Instance</a>
|
||||
<a href="https://git.bbaovanc.com/bbaovanc" rel="noreferrer" target="_blank">My Git Repositories</a>
|
||||
<a href="/donate/">Donate</a>
|
||||
<a href="/referrals/">Referral Codes</a>
|
||||
<a href="/contact/">Contact Me</a>
|
||||
<a href="/gpg-fingerprints/">GPG Fingerprints</a>
|
||||
<a href="/fun/">Fun</a>
|
||||
|
46
referrals/index.html
Normal file
46
referrals/index.html
Normal file
@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!--#include virtual="/head.html" -->
|
||||
<title>Referral Codes - bbaovanc's Website</title>
|
||||
|
||||
<meta name="subject" content="Referral Codes - bbaovanc's Website" />
|
||||
<meta name="description" content="Referral codes for various services that I use/have used" />
|
||||
<meta name="url" content="https://bbaovanc.com/referrals/" />
|
||||
<meta name="reply-to" content="contact@bbaovanc.com" />
|
||||
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:title" content="Referral Codes - bbaovanc's Website" />
|
||||
<meta name="og:url" content="https://bbaovanc.com/contact/" />
|
||||
<meta name="og:site_name" content="Referral Codes - bbaovanc's Website" />
|
||||
<meta name="og:description" content="Referral codes for various services that I use/have used" />
|
||||
<meta name="og:email" content="contact@bbaovanc.com" />
|
||||
<meta name="og:image" content="/bbaovanc-1024.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--#include virtual="/header.html" -->
|
||||
<!--#include virtual="/navbar.html" -->
|
||||
|
||||
<div class="row">
|
||||
<div class="main">
|
||||
<h3>Referral Codes</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.vultr.com/?ref=8643438-6G" rel="noreferrer" target="_blank">Vultr</a></li>
|
||||
<ul>
|
||||
<li>You get $100 to try out the service for a month</li>
|
||||
<li>I get $25 if you stay.</li>
|
||||
</ul>
|
||||
<li><a href="https://www.unmineable.com/?ref=kncj-8rew" rel="noreferrer" target="_blank">unMineable (crypto mining pool)</a></li>
|
||||
<ul>
|
||||
<li>Your mining fee lowers to 0.75%</li>
|
||||
<li>I get 0.25% of your earnings.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user