-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.33 KB
/
index.html
File metadata and controls
30 lines (28 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="NetWatch Pro - Advanced Network Monitoring System with comprehensive security and analytics features" />
<meta name="keywords" content="network monitoring, cybersecurity, analytics, react, typescript" />
<meta name="author" content="odaysec" />
<meta property="og:title" content="NetWatch Pro - Advanced Network Monitoring System" />
<meta property="og:description" content="Professional network monitoring system with real-time analytics, security monitoring, and comprehensive reporting" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/odaysec/netwatch-pro" />
<title>NetWatch Pro - Advanced Network Monitoring System</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Copyright Notice -->
<!--
NetWatch Pro - Advanced Network Monitoring System
Copyright (c) 2024 odaysec
GitHub: https://github.com/odaysec
This is an open source project released under the MIT License.
All rights reserved.
-->
</body>
</html>