File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4- < title > Web-Minecraft </ title >
4+ < title > WebMc </ title >
55 <!-- META TAGS -->
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < meta name ="google-site-verification " content ="Sl7OfYkEEcwTl6AEK7AURkxsFKaqsMFo6p1GvpBnzK4 " />
1717 <!-- LOADING SCREEN -->
1818 < div class ="initLoading ">
1919 < div class ="loadingBar text-center ">
20- < img src ="assets/images/logo .png ">
20+ < img src ="assets/images/webmc .png ">
2121 < h1 class ="loadingText "> Loading assets...</ h1 >
2222 < div class ="status "> </ div >
2323 < img src ="assets/images/loadingx.gif ">
Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ body {
9393.loadingBar {
9494 margin : 0 ;
9595 position : absolute ;
96- top : 30 % ;
96+ top : 35 % ;
9797 left : 50% ;
9898 -ms-transform : translate (-50% , -50% );
9999 transform : translate (-50% , -50% );
100100}
101101
102102.loadingText {
103- margin-top : 200 px ;
103+ margin-top : 100 px ;
104104}
105105
106106.progress {
You can’t perform that action at this time.
0 commit comments