mosaic-widgets/public/splork.html

12 lines
456 B
HTML
Raw Normal View History

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>
2023-06-06 21:57:43 +00:00
<lavender-splork></lavender-splork>
</body>
</html>