-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_cloud.html
39 lines (32 loc) · 1.8 KB
/
index_cloud.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<head><base target="_blank"></head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300&display=swap');
body {font-family: Unbounded;}
.hideMe {
display: none;
}
a:link, a:visited {
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
background-color: yellow;
}
</style>
<body>
<ul>
<li><a href="https://flowerbot.github.io/contributionspaid/Developer%20Contributions%20Register.html">Developer Contributions Register</a></li>
<li class="hideMe"><a href="https://flowerbot.github.io/contributionspaid/Developer Contributions Paid.html">Developer Contributions Paid Last 5 Years</a></li>
<li class="hideMe"><a href="https://flowerbot.github.io/contributionspaid/Developer Contributions All.html">Developer Contributions Received and Paid</a></li>
<li><a href="https://flowerbot.github.io/contributionspaid/Developer Contributions Paid Internal.html">Developer Contributions Internal</li>
<li><a href="https://flowerbot.github.io/contributionspaid/TRCP-V7.html">TRCP-V7</a></li>
<li><a href="https://flowerbot.github.io/contributionspaid/AccountBalances.html">Account Balances</a></li>
<li><a href="https://flowerbot.github.io/contributionspaid/recoupments.html">DC Recoupments</a></li>
<li><a href="https://flowerbot.github.io/contributionspaid/recoupmentsHistory.html">Recoupments History</a></li>
<li><a href="https://flowerbot.github.io/contributionspaid/All Receipts.html">DC Receipts</a></li>
<li><a href="https://flowerbot.github.io/contributionspaid/TRCP-WDR.html">TRCP WDR Analysis</a></li>
<li><a href="https://flowerbot.github.io/contributionspaid/CI Charge Attributes.html">CI Charge Attributes</a></li>
</ul>
</body>
</html>