mosaic-widgets/public/splork.html
2024-05-12 17:21:30 -05:00

13 lines
468 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="86400">
<script src="FONTAWESOME_SCRIPT_URL" crossorigin="anonymous"></script>
<script type="module" src="./js/Splork.js"></script>
</head>
<body>
<h2 style="text-align: center">Splork MOTD (<a href="https://codeberg.org/caranmegil/splork" alt="Source Code" target="_blank"><i class="fa-brands fa-square-git"></i></a>)</h2>
<mosaic-splork></mosaic-splork>
</body>
</html>