47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CryptoSeals - Home</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar">
|
|
<a href="index.html" class="nav-brand">
|
|
<img src="seal1.png" height="80" alt="🦭" onerror="this.style.display='none'; this.nextElementSibling.style.display='inline';">
|
|
<span style="display:none;"><img src="seal1.png"></span> CryptoSeals
|
|
</a>
|
|
<ul class="nav-links">
|
|
<li><a href="rsa.html">Algoritmo RSA</a></li>
|
|
<li><a href="cesare.html">Cesare</a></li>
|
|
<li><a href="vigenere.html">Vigenère</a></li>
|
|
<li><a href="team.html">Il Team</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<div></div>
|
|
|
|
<div class="container">
|
|
<h1>Welcome to CryptoSeals</h1>
|
|
<p class="descrizione">
|
|
Dive deep, Seal your data.<br>
|
|
<br><br>
|
|
<i>Click any tool in the bar on the right to start!</i>
|
|
</p>
|
|
<img src="/target/classes/seal1.png" alt="Mascotte CryptoSeals" style="max-width: 300px; border-radius: 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.1);" onerror="this.style.display='none';">
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="copyright">
|
|
<span>
|
|
<a href="/privacy-policy/">Privacy Policy</a>
|
|
</span>
|
|
<span>
|
|
© <span class="" data-timestamp="2026-03-26T11:39:53Z" data-function="format" data-format="YYYY" data-refresh="0">2026</span> CryptoSeals
|
|
</span>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |