Skip to content

Commit 52df714

Browse files
authored
Merge pull request #18 from d3mocide/dev
fix(seo): add missing SEO tags to index.html
2 parents 3a75756 + 6197167 commit 52df714

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

index.html

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
99
/>
1010
<title>MeshRF</title>
11+
<meta
12+
name="description"
13+
content="MeshRF is an advanced RF planning and analysis tool."
14+
/>
15+
<meta property="og:title" content="MeshRF" />
16+
<meta
17+
property="og:description"
18+
content="MeshRF is an advanced RF planning and analysis tool."
19+
/>
1120
<!-- PWA / iOS Meta Tags -->
1221
<meta name="mobile-web-app-capable" content="yes" />
1322
<meta
@@ -23,10 +32,10 @@
2332
</head>
2433
<style>
2534
body {
26-
margin: 0;
27-
background: #0a0a0f;
28-
color: #fff;
29-
overscroll-behavior: none; /* Prevent bounce on Mac/iOS */
35+
margin: 0;
36+
background: #0a0a0f;
37+
color: #fff;
38+
overscroll-behavior: none; /* Prevent bounce on Mac/iOS */
3039
}
3140
.loader-container {
3241
display: flex;
@@ -49,9 +58,9 @@
4958
text-shadow: 0 0 15px rgba(0, 242, 255, 0.4);
5059
}
5160
.img-logo {
52-
width: 32px;
53-
height: 32px;
54-
filter: drop-shadow(0 0 8px rgba(0, 242, 255, 0.6));
61+
width: 32px;
62+
height: 32px;
63+
filter: drop-shadow(0 0 8px rgba(0, 242, 255, 0.6));
5564
}
5665
.spinner {
5766
width: 40px;
@@ -72,8 +81,8 @@
7281
<div id="root">
7382
<div class="loader-container">
7483
<h1>
75-
<img src="/icon.svg" class="img-logo" alt="Logo" />
76-
meshRF
84+
<img src="/icon.svg" class="img-logo" alt="Logo" />
85+
meshRF
7786
</h1>
7887
<div class="spinner"></div>
7988
</div>

0 commit comments

Comments
 (0)