Save the fediverse software together with the domain to avoid an extra http request.

This commit is contained in:
Stefan Bohacek 2024-05-17 20:19:22 -04:00
parent a111aaa323
commit 9cd68360bf
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
3 changed files with 22 additions and 4 deletions

View file

@ -9,7 +9,8 @@
<meta name="description"
content="One of the current objections to Communism, and Socialism altogether, is that the idea is so old, and yet it has
never been realized.">
<link rel="stylesheet" href="https://fediverse-share-button.stefanbohacek.dev/fediverse-share-button/styles.min.css">
<link rel="stylesheet"
href="./fediverse-share-button/styles.min.css">
<style>
body {
padding: 20px 24px;
@ -88,7 +89,10 @@
target="_blank"
href=""></a>.</p>
</form>
<script src="https://fediverse-share-button.stefanbohacek.dev/fediverse-share-button/script.min.js" defer class="fsb-script"></script>
<script class="fsb-script"
src="./fediverse-share-button/script.min.js"
defer>
</script>
</body>
</html>