actual/packages/desktop-electron/loading.html

19 lines
293 B
HTML
Raw Normal View History

2022-04-29 02:44:38 +00:00
<!DOCTYPE html>
<body>
<style type="text/css">
body {
background-color: #f0f0f0;
text-align: center;
padding-top: 200px;
font-family: sans-serif;
}
div {
color: #909090;
}
</style>
<div>
Waiting for development server...
</div>
</body>