Files
electron-egg/asset/loading.html
gaoshuaixing 8dfe57d6e0 add asset
2021-03-23 16:43:29 +08:00

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>