|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>MeshCentral Config Sanitizer</title> |
| 7 | + <meta name="description" content="Clean and sanitize your MeshCentral configuration files safely with the Config Sanitizer. Automatically remove sensitive data before sharing configs or submitti" /> |
| 8 | + |
| 9 | + <!-- Google / Search Engine Tags --> |
| 10 | + <meta itemprop="name" content="MeshCentral Config Sanitizer" /> |
| 11 | + <meta itemprop="description" content="Clean and sanitize your MeshCentral configuration files safely with the Config Sanitizer. Automatically remove sensitive data before sharing configs or submitti" /> |
| 12 | + <meta itemprop="image" content="https://meshcentraltools.com/images/meshCentralBanner.png" /> |
| 13 | + |
| 14 | + <!-- Facebook Meta Tags --> |
| 15 | + <meta property="og:url" content="https://sanitizer.meshcentraltools.com/" /> |
| 16 | + <meta property="og:type" content="website" /> |
| 17 | + <meta property="og:title" content="MeshCentral Config Sanitizer" /> |
| 18 | + <meta property="og:description" content="Clean and sanitize your MeshCentral configuration files safely with the Config Sanitizer. Automatically remove sensitive data before sharing configs or submitti" /> |
| 19 | + <meta property="og:image" content="https://meshcentraltools.com/images/meshCentralBanner.png" /> |
| 20 | + |
| 21 | + <!-- Twitter Meta Tags --> |
| 22 | + <meta name="twitter:card" content="summary_large_image" /> |
| 23 | + <meta name="twitter:title" content="MeshCentral Config Sanitizer" /> |
| 24 | + <meta name="twitter:description" content="Clean and sanitize your MeshCentral configuration files safely with the Config Sanitizer. Automatically remove sensitive data before sharing configs or submitti" /> |
| 25 | + <meta name="twitter:image" content="https://meshcentraltools.com/images/meshCentralBanner.png" /> |
7 | 26 | <style> |
8 | 27 | * { |
9 | 28 | box-sizing: border-box; |
|
76 | 95 | display: flex; |
77 | 96 | align-items: center; |
78 | 97 | gap: 8px; |
| 98 | + cursor: pointer; |
79 | 99 | } |
80 | 100 | .profile-name { |
81 | 101 | color: #ddd; |
|
253 | 273 | <button id="copyBtn" title="Copy the current content to clipboard" onclick="copyToClipboard();">Copy</button> |
254 | 274 | </div> |
255 | 275 | <div class="header-right"> |
256 | | - <div class="profile-dropdown"> |
| 276 | + <div onclick="toggleDropdown()" class="profile-dropdown"> |
257 | 277 | <img src="https://avatars.githubusercontent.com/u/106290334" alt="Logo" class="logo"> |
258 | | - <span class="profile-name" onclick="toggleDropdown()">Melo</span> |
| 278 | + <span class="profile-name">Melo</span> |
259 | 279 | <div class="dropdown-menu" id="dropdown-menu"> |
260 | 280 | <a href="https://github.com/Melo-Professional/" target="_blank">My GitHub</a> |
261 | | - <a href="https://melo-professional.github.io/MeshCentral-config-generator/" target="_blank">Config Generator</a> |
| 281 | + <a href="https://config.meshcentraltools.com/" target="_blank">Config Generator</a> |
262 | 282 | </div> |
263 | 283 | </div> |
264 | 284 | </div> |
|
0 commit comments