You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

103 lines
1.8 KiB

<!DOCTYPE html>
<!--Si il y a des espaces partout dans le code c'est que ma clé usb a tout fait bugé-->
<html>
<head></head>
<meta charset="utf-8">
<title>Crypto Project</title>
<link rel="stylesheet" type="text/css" href="style.css">
<body>
<img src="logo2.jpeg" class="logo">
<div class="loader">
<span class="lettre">C</span>
<span class="lettre">H</span>
<span class="lettre">A</span>
<span class="lettre">R</span>
<span class="lettre">G</span>
<span class="lettre">E</span>
<span class="lettre">M</span>
<span class="lettre">E</span>
<span class="lettre">N</span>
<span class="lettre">T</span>
</div>
<nav>
<ul>
<li>
<a href="crypto.html">Accueil</a>
</li>
<li class="menu-deroulant">
<a href="#">Définition</a>
<ul class="sous-menu">
<li><a href="Blockchain.html">Blockchain</a></li>
<li><a href="Crypto-monnaies.html">Crypto-monnaies</a></li>
<li><a href="NFT.html">NFT</a></li>
, </ul>
</li>
<li class="menu-deroulant">
<a href="#">À propos</a>
<ul class="sous-menu">
<li><a href="support.html">Support</a></li>
</ul>
</li>
</nav>
<div class="support">
<p>Vous vous trouvez sur la page du support de Crypto Project donc si il y a:</p><br>
<ul>
<li>des bugs</li>
<li>des informations que vous trouvez importantes à rajouter</li>
<li>des informations qui ne sont pas clairs</li>
<li>des choses à améliorer</li>
</ul>
<br><p>Veuillez envoyer un mail à l'adresse suivante:<span style="font-weight: 900;"> cryptoproject@gmail.com</p></span>
</div>
<script src="loading.js"></script>
</body>
</html>