web-check/public/index.html

22 lines
763 B
HTML
Raw Normal View History

2022-06-11 22:59:03 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2023-06-25 16:31:28 +02:00
<meta name="theme-color" content="#9fef00" />
2022-06-11 22:59:03 +02:00
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2023-06-25 16:31:28 +02:00
<title>Web Check</title>
<script defer data-domain="web-check.as93.net" src="https://no-track.as93.net/js/script.js"></script>
2022-06-11 22:59:03 +02:00
</head>
<body>
2023-06-25 16:31:28 +02:00
<noscript>All-in-one OSINT tool, for quickly checking a websites data</noscript>
2022-06-11 22:59:03 +02:00
<div id="root"></div>
</body>
</html>