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