46 lines
1.2 KiB
HTML
Executable File
46 lines
1.2 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<script
|
|
async
|
|
src="https://www.googletagmanager.com/gtag/js?id=G-THHP5S04GF"
|
|
></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag("js", new Date());
|
|
|
|
gtag("config", "G-THHP5S04GF");
|
|
</script>
|
|
<meta charset="UTF-8" />
|
|
<title>Loading MS-365-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>
|
|
<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-365-Electron/raw/main/assets/icon.png"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<script src="./script.js"></script>
|
|
</body>
|
|
</html>
|