Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<title>MeshRF</title>
<meta
name="description"
content="MeshRF is an advanced RF planning and analysis tool."
/>
<meta property="og:title" content="MeshRF" />
<meta
property="og:description"
content="MeshRF is an advanced RF planning and analysis tool."
/>
<!-- PWA / iOS Meta Tags -->
<meta name="mobile-web-app-capable" content="yes" />
<meta
Expand All @@ -23,10 +32,10 @@
</head>
<style>
body {
margin: 0;
background: #0a0a0f;
color: #fff;
overscroll-behavior: none; /* Prevent bounce on Mac/iOS */
margin: 0;
background: #0a0a0f;
color: #fff;
overscroll-behavior: none; /* Prevent bounce on Mac/iOS */
}
.loader-container {
display: flex;
Expand All @@ -49,9 +58,9 @@
text-shadow: 0 0 15px rgba(0, 242, 255, 0.4);
}
.img-logo {
width: 32px;
height: 32px;
filter: drop-shadow(0 0 8px rgba(0, 242, 255, 0.6));
width: 32px;
height: 32px;
filter: drop-shadow(0 0 8px rgba(0, 242, 255, 0.6));
}
.spinner {
width: 40px;
Expand All @@ -72,8 +81,8 @@
<div id="root">
<div class="loader-container">
<h1>
<img src="/icon.svg" class="img-logo" alt="Logo" />
meshRF
<img src="/icon.svg" class="img-logo" alt="Logo" />
meshRF
</h1>
<div class="spinner"></div>
</div>
Expand Down
Loading