<!DOCTYPE html>
-
<html lang="en_US">
<head>
<meta charset="UTF-8">
<span class="github"><a href="https://github.com/entropealabs"><img class="icon" src="images/github.png"/></a></span>
<span class="fediverse"><a rel="me" href="https://mastodon.social/@entropealabs"><img class="icon" src="images/fediverse.png"/></a></span>
<span class="nostr"><a href="https://nostr.band/npub1urcqtqah35v3x4akj2ccchstvmvjy07tps249andq7ujv2qp0f6q8vw5eg"><img class="icon" src="images/nostr.png"/></a></span>
- <span class="btc"><a href="https://mempool.space/address/bc1qkw20auxlhr8e65w4r6uf3jg5uw5rpadpf5q8ch"><img class="icon" src="images/btc-logo.png" alt="bc1qkw20auxlhr8e65w4r6uf3jg5uw5rpadpf5q8ch"/></a></span>
+ <span class="btc"><a href="https://mempool.space/address/bc1qwga5ft5amtvky977yvp7myah73rsdxwx6t0ydf"><img class="icon" src="images/btc-logo.png" alt="bc1qwga5ft5amtvky977yvp7myah73rsdxwx6t0ydf"/></a></span>
<span class="gpg"><a href="chris.gpg"><img class="icon" src="images/gcr-gnupg.png" alt="Public Key"/></a></span>
<span class="photography"><a href="https://media.entropealabs.com"><img class="icon" src="images/photography.png"/></a></span>
<span class="video"><a href="https://media.entropealabs.com/videos"><img class="icon" src="images/video.png"/></a></span>
</article>`;
}
+ function atom(el, cls){
+ console.log(el);
+ }
+
function get_rss(url, el, disp, item_class){
fetch(url)
.then(response => response.text())
let fedi_url = "https://mastodon.social/@entropealabs.rss";
let fedi_el = document.getElementById("fedi");
- get_rss(fedi_url, fedi_el, post, "fedi")
+ get_rss(fedi_url, fedi_el, post, "fedi");
</script>
</html>