web-check/public/index.html

39 lines
1.6 KiB
HTML
Raw Permalink 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"
2023-08-13 16:19:54 +02:00
content="All-in-one OSINT tool, for quickly checking a websites data"
2022-06-11 22:59:03 +02:00
/>
<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>
2023-08-13 16:19:54 +02:00
<!-- OpenGraph Social Tags -->
<meta property="og:title" content="Web Check">
<meta property="og:description" content="All-in-one Website OSINT Scanner">
<meta property="og:image" content="/banner.png">
<meta property="og:url" content="https://web-check.xyz">
2023-08-13 16:19:54 +02:00
<meta name="twitter:card" content="summary_large_image">
2024-04-08 10:21:52 +02:00
<!-- DarkReader -->
<meta name="darkreader-lock">
2022-06-11 22:59:03 +02:00
</head>
<body>
2023-08-13 16:19:54 +02:00
<noscript>
<b>Welcome to Web-Check, the free and open source tool for viewing all available information about a website.</b><br />
Get started by entering a URL, and clicking the "Scan" button, or view the code and docs
on <a href="https://github.com/lissy93/web-check">GitHub</a>.<br />
<small>Licensed under MIT, ©️ <a href="https://aliciasykes.com">Alicia Sykes</a> 2023.</small>
<br /><br />
JavaScript is required to continue, please enable it in your browser.
</noscript>
2022-06-11 22:59:03 +02:00
<div id="root"></div>
</body>
</html>