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;
|
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user