-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.7 KB
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1.7 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CUI Identifier | APT Security Management</title>
<meta name="description" content="Walk through whether your data qualifies as Controlled Unclassified Information (CUI), which category it falls under, and what CMMC level it triggers. Free, client-side, no signup." />
<meta property="og:title" content="CUI Identifier | APT Security Management" />
<meta property="og:description" content="Free CUI determination tool for defense contractors. Identifies NARA CUI categories, CMMC level implications, and handling requirements. Your data stays in your browser." />
<meta property="og:url" content="https://cui-identifier.aptsecuritymanagement.com" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://cui-identifier.aptsecuritymanagement.com/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CUI Identifier | APT Security Management" />
<meta name="twitter:description" content="Free CUI determination tool for defense contractors. Identifies NARA CUI categories, CMMC level implications, and handling requirements. Your data stays in your browser." />
<meta name="twitter:image" content="https://cui-identifier.aptsecuritymanagement.com/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>