imanibase commited on
Commit
42d04c5
·
1 Parent(s): d134bdd

added blank target to make links open in tabs

Browse files
Files changed (1) hide show
  1. index.html +10 -10
index.html CHANGED
@@ -276,7 +276,7 @@
276
  <body>
277
  <header>
278
  <div class="logo-container">
279
- <img src="https://freenetworkmonitor.click/img/logo.svg" class="logo" width="50" height="50" alt="Free Network Monitor Logo">
280
  <h1 class="header-title">Free Network Monitor Assistant</h1>
281
  </div>
282
  <p class="subtitle">Huggingface Space | LLM Backend for Network Monitoring Intelligence</p>
@@ -285,7 +285,7 @@
285
  <div class="container">
286
  <div class="card">
287
  <h2><i class="material-icons">info</i> About This Space</h2>
288
- <p>This Huggingface Space powers the AI assistant behind <a href="https://freenetworkmonitor.click/" style="color: var(--secondary-color);">Free Network Monitor</a> - your intelligent companion for network management and troubleshooting.</p>
289
 
290
  <p>Our LLM backend provides real-time, context-aware responses to network management queries, helping IT professionals and network engineers maintain optimal network performance with minimal effort.</p>
291
 
@@ -421,11 +421,11 @@
421
  <p>To test the assistant directly or to see it in action:</p>
422
 
423
  <ol style="margin-left: 2rem; margin-bottom: 1.5rem;">
424
- <li>Visit <a href="https://freenetworkmonitor.click/" style="color: var(--secondary-color);">Free Network Monitor</a></li>
425
  <li>Create a free account to access the full features of the Free Monitor Network Assistant (optional)</li>
426
  <li>Click the Assistant icon bottom right of page</li>
427
  <li>Try asking questions about your networks performance, scanning for security issues, or troubleshooting steps</li>
428
- <li>Visit the Dashboard to view visual data for your monitored hosts <a href="https://freenetworkmonitor.click/dashboard" style="color: var(--secondary-color);">Free Network Monitor Dashboard</a> . Watch the Assistant take control of the websites data views.
429
  </ol>
430
 
431
  <p>For developers looking to integrate with this space:</p>
@@ -434,7 +434,7 @@
434
  <div class="feature-card">
435
  <h3><i class="material-icons">code</i> REST API</h3>
436
  <p>Use our REST API for seamless integration with your existing tools.</p>
437
- <a href="https://rapidapi.com/Mungert69/api/free-network-monitor/playground/" class="button" style="font-size: 0.9rem; padding: 0.5rem 1rem;">
438
  <i class="material-icons">description</i>
439
  API Playground
440
  </a>
@@ -442,7 +442,7 @@
442
  <div class="feature-card">
443
  <h3><i class="material-icons">integration_instructions</i> Local Network Agents</h3>
444
  <p>Download the Free Network Monitor Agent to manage your local networks..</p>
445
- <a href="https://freenetworkmonitor.click/download" class="button" style="font-size: 0.9rem; padding: 0.5rem 1rem;">
446
  <i class="material-icons">book</i>
447
  Local Agent Download
448
  </a>
@@ -450,7 +450,7 @@
450
  <div class="feature-card">
451
  <h3><i class="material-icons">psychology</i> Custom Training</h3>
452
  <p>Need a specialized version? Contact us about custom network solutions.</p>
453
- <a href="https://freenetworkmonitor.click/faq#contact" class="button" style="font-size: 0.9rem; padding: 0.5rem 1rem;">
454
  <i class="material-icons">info</i>
455
  Learn More
456
  </a>
@@ -462,15 +462,15 @@
462
  <footer>
463
  <p>© 2025 Free Network Monitor | Powered by Huggingface Spaces</p>
464
  <div class="footer-links">
465
- <a href="https://freenetworkmonitor.click/">
466
  <i class="material-icons">home</i>
467
  Main Site
468
  </a>
469
- <a href="https://github.com/Mungert69/FreeNetworkMonitor">
470
  <i class="material-icons">code</i>
471
  GitHub
472
  </a>
473
- <a href="https://freenetworkmonitor.click/faq#contact">
474
  <i class="material-icons">email</i>
475
  Contact
476
  </a>
 
276
  <body>
277
  <header>
278
  <div class="logo-container">
279
+ <img src="https://freenetworkmonitor.click/img/logo.svg" class="logo" width="50" height="50" alt="Free Network Monitor Logo" target="_blank">
280
  <h1 class="header-title">Free Network Monitor Assistant</h1>
281
  </div>
282
  <p class="subtitle">Huggingface Space | LLM Backend for Network Monitoring Intelligence</p>
 
285
  <div class="container">
286
  <div class="card">
287
  <h2><i class="material-icons">info</i> About This Space</h2>
288
+ <p>This Huggingface Space powers the AI assistant behind <a href="https://freenetworkmonitor.click/" style="color: var(--secondary-color);" target="_blank">Free Network Monitor</a> - your intelligent companion for network management and troubleshooting.</p>
289
 
290
  <p>Our LLM backend provides real-time, context-aware responses to network management queries, helping IT professionals and network engineers maintain optimal network performance with minimal effort.</p>
291
 
 
421
  <p>To test the assistant directly or to see it in action:</p>
422
 
423
  <ol style="margin-left: 2rem; margin-bottom: 1.5rem;">
424
+ <li>Visit <a href="https://freenetworkmonitor.click/" style="color: var(--secondary-color);" target="_blank">Free Network Monitor</a></li>
425
  <li>Create a free account to access the full features of the Free Monitor Network Assistant (optional)</li>
426
  <li>Click the Assistant icon bottom right of page</li>
427
  <li>Try asking questions about your networks performance, scanning for security issues, or troubleshooting steps</li>
428
+ <li>Visit the Dashboard to view visual data for your monitored hosts <a href="https://freenetworkmonitor.click/dashboard" style="color: var(--secondary-color);" target="_blank">Free Network Monitor Dashboard</a> . Watch the Assistant take control of the websites data views.
429
  </ol>
430
 
431
  <p>For developers looking to integrate with this space:</p>
 
434
  <div class="feature-card">
435
  <h3><i class="material-icons">code</i> REST API</h3>
436
  <p>Use our REST API for seamless integration with your existing tools.</p>
437
+ <a href="https://rapidapi.com/Mungert69/api/free-network-monitor/playground/" class="button" style="font-size: 0.9rem; padding: 0.5rem 1rem;" target="_blank">
438
  <i class="material-icons">description</i>
439
  API Playground
440
  </a>
 
442
  <div class="feature-card">
443
  <h3><i class="material-icons">integration_instructions</i> Local Network Agents</h3>
444
  <p>Download the Free Network Monitor Agent to manage your local networks..</p>
445
+ <a href="https://freenetworkmonitor.click/download" class="button" style="font-size: 0.9rem; padding: 0.5rem 1rem;" target="_blank">
446
  <i class="material-icons">book</i>
447
  Local Agent Download
448
  </a>
 
450
  <div class="feature-card">
451
  <h3><i class="material-icons">psychology</i> Custom Training</h3>
452
  <p>Need a specialized version? Contact us about custom network solutions.</p>
453
+ <a href="https://freenetworkmonitor.click/faq#contact" class="button" style="font-size: 0.9rem; padding: 0.5rem 1rem;" target="_blank">
454
  <i class="material-icons">info</i>
455
  Learn More
456
  </a>
 
462
  <footer>
463
  <p>© 2025 Free Network Monitor | Powered by Huggingface Spaces</p>
464
  <div class="footer-links">
465
+ <a href="https://freenetworkmonitor.click/" target="_blank">
466
  <i class="material-icons">home</i>
467
  Main Site
468
  </a>
469
+ <a href="https://github.com/Mungert69/FreeNetworkMonitor" target="_blank">
470
  <i class="material-icons">code</i>
471
  GitHub
472
  </a>
473
+ <a href="https://freenetworkmonitor.click/faq#contact" target="_blank">
474
  <i class="material-icons">email</i>
475
  Contact
476
  </a>