Files
akartonplanning/docs/loading/index.html
Agampreet Singh 65b5ad0fd2 Remove credittext
2022-11-16 18:09:16 +05:30

35 lines
989 B
HTML
Executable File

<!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/meyer-reset/2.0/reset.min.css"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<!-- partial:index.partial.html -->
<div id="particles-background" class="vertical-centered-box"></div>
<div id="particles-foreground" class="vertical-centered-box"></div>
<div class="vertical-centered-box">
<div class="content">
<div class="loader-circle"></div>
<div class="loader-line-mask">
<div class="loader-line"></div>
</div>
<img
width="50px"
height="auto"
viewBox="0 0 36 24"
src="https://github.com/agam778/MS-Office-Electron/raw/main/assets/icon.png"
/>
</div>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>