Files
ms365-electron/docs/loading/index.html
Agampreet Singh 180b7917a3 Update to v0.5.2
Changelog:
- Move icons to /assets/icons folder
- Mentioned Microsoft in README.md and About Me's copyright text.
- Set overlay icon when download is started, finished and successful accordingly.
2022-03-20 18:50:58 +05:30

23 lines
579 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Loading MS Office - Electron</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div class="loader"></div>
<div class="shadow"></div>
<div class="logo">
<a href="https://github.com/agam778/MS-Office-Electron" target="_blank"
><img src="./MSlogo.svg" alt="MS Office - Electron"
/></a>
</div>
</body>
</html>