|
@ -6,14 +6,14 @@ |
|
|
<style> |
|
|
<style> |
|
|
html { |
|
|
html { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
background: #2C3E50; |
|
|
|
|
|
|
|
|
background: #50bfff; |
|
|
/*background: linear-gradient(135deg, #3023ae 0%, #c86dd7 100%);*/ |
|
|
/*background: linear-gradient(135deg, #3023ae 0%, #c86dd7 100%);*/ |
|
|
cursor: none; |
|
|
cursor: none; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<div style="text-align:center;width:120px;height:120px;position:fixed;top:50%;left:50%;margin-left:-60px;margin-top:-60px;background: #2C3E50;display: none" |
|
|
|
|
|
|
|
|
<div style="text-align:center;width:120px;height:120px;position:fixed;top:50%;left:50%;margin-left:-60px;margin-top:-60px;background: #50bfff;display: none" |
|
|
id="loading_img"> |
|
|
id="loading_img"> |
|
|
<img src="oval.svg" style="width:100%;height:100%;"> |
|
|
<img src="oval.svg" style="width:100%;height:100%;"> |
|
|
</div> |
|
|
</div> |
|
|