deepsite-project / index.html
bigckck's picture
you did not do anything
9adcb46 verified
Raw
History Blame Contribute Delete
510 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Welcome to OSINT Automation</h1>
<p>Click below to access the OSINT automation form:</p>
<p class="mt-4">
<a href="osint.html" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
OSINT Form
</a>
</p>
</div>
</body>
</html>