mosaic-widgets/public/splork.html

13 lines
468 B
HTML
Raw Normal View History

2024-02-14 16:13:22 +00:00
<!DOCTYPE html>
2023-06-06 21:57:43 +00:00
<html>
<head>
2023-06-06 22:24:23 +00:00
<meta http-equiv="refresh" content="86400">
2023-06-06 22:22:47 +00:00
<script src="FONTAWESOME_SCRIPT_URL" crossorigin="anonymous"></script>
2023-06-06 21:57:43 +00:00
<script type="module" src="./js/Splork.js"></script>
</head>
<body>
2023-06-06 22:22:47 +00:00
<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>
2024-05-12 22:21:30 +00:00
<mosaic-splork></mosaic-splork>
2023-06-06 21:57:43 +00:00
</body>
</html>