mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-15 04:02:10 +08:00
22 lines
411 B
HTML
22 lines
411 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<style type="text/css">
|
|
body{
|
|
margin:0px auto;
|
|
}
|
|
#picture1 {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
</style>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div id="picture1">
|
|
<img src="./images/loding.gif" />
|
|
</div>
|
|
</body>
|
|
</html> |