Save the fediverse software together with the domain to avoid an extra http request.
This commit is contained in:
parent
a111aaa323
commit
9cd68360bf
3 changed files with 22 additions and 4 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue