Update index.html
This commit is contained in:
parent
ddc7e83524
commit
25e7a75bac
14
index.html
14
index.html
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user