24 lines
984 B
HTML
24 lines
984 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
|
|
<meta name="theme-color" content="#000000">
|
|
<meta name="description" content="API Security Scanner Project, React Typescript, Nginx, Docker, FastAPI, Python, Pydandic, OWASP">
|
|
<meta name="author" content="Carter Perez">
|
|
<meta property="og:locale" content="en_US">
|
|
<meta property="article:author" content="Carterperez-dev">
|
|
<meta name="keywords" content="scanner, security, owasp, api scanner, api security, cybersecurity, projects, project">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<meta name="robots" content="index, follow">
|
|
<title>API Security Scanner</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|