Spaces:
Running
Running
| <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> | |