Update index.html

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

View File

@ -14,7 +14,7 @@
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
}
h1 {
@ -100,8 +100,14 @@
.footer {
margin-top: auto;
margin-bottom: 20px;
color: #777;
background-color: #ddd;
padding: 20px;
}
.footer-divider {
width: 100%;
border-top: 1px solid #888;
margin: 20px 0;
}
</style>
</head>
@ -123,6 +129,8 @@
</div>
</div>
<div class="footer-divider"></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>