Skip to content

Commit 39828b3

Browse files
pageref
1 parent c0c09e8 commit 39828b3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
filter: drop-shadow(5px 5px 5px #222);
104104
}
105105

106+
.pull-right {
107+
float: right;
108+
}
109+
106110
</style>
107111

108112
<!-- Hotjar Tracking Code for https://minerender.org -->
@@ -697,7 +701,7 @@ <h5 class="white-text">Useful Links</h5>
697701
</div>
698702
<div class="footer-copyright">
699703
<div class="container">
700-
Made by <a class="blue-text" href="https://inventivetalent.org" target="_blank" rel="noopener">inventivetalent</a>
704+
Made by <a class="blue-text" href="https://inventivetalent.org" target="_blank">inventivetalent</a> | <span>More projects: <span class="pageref" class="cyan-text"></span>
701705
<span class="pull-right">
702706
This website is not affiliated with Minecraft / Mojang AB.
703707
</span>
@@ -931,6 +935,8 @@ <h5>JavaScript</h5>
931935
<script src="/js/data.min.js"></script>
932936
<script src="/js/main.min.js" async defer></script>
933937

938+
<script async src="https://pageref.inventive.workers.dev/script.js"></script>
939+
934940
<script>
935941
window.DOP_config = {
936942
links: { // Replace with your links

0 commit comments

Comments
 (0)