Update index.html

This commit is contained in:
Preston 2024-01-03 20:17:06 -08:00 committed by GitHub
parent b15aee465b
commit ddc7e83524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,12 @@
margin: 10px 0;
color: #555;
}
.footer {
margin-top: auto;
margin-bottom: 20px;
color: #777;
}
</style>
</head>
<body>
@ -117,6 +123,9 @@
</div>
</div>
<div class="footer">
<p>I am not affiliated with or employed by EaglerCraft. I solely host these sites. I do not own or work for EaglerCraft and am not affiliated with Mojang.</p>
<a href="https://github.com/PrestonT500/EaglerCraftX-1.8" class="source-btn" target="_blank">Source</a>
</div>
</body>
</html>