You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
806 B
HTML

<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Soapbox</title>
</head></head>
<body>
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i>Social Media for us</i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<span id="hug-status">🔴 Offline</span>
<script>
fetch("https://hug.galant.family/api/v1/instance").then(resp => {if(resp.status==200){document.getElementById('hug-status').innerHTML="🟢 Online"}});
</script>
<h1 id="our-private-community-to-share">Our private community to share</h1>
</main>
</body>
</html>