mirror of
https://github.com/NohamR/Hub.git
synced 2026-01-11 00:18:15 +00:00
V2.5
This commit is contained in:
57
html/réseaux.html
Normal file
57
html/réseaux.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<link rel="stylesheet" href="../css/reseaux.css">
|
||||
|
||||
<head>
|
||||
<title>Réseaux</title>
|
||||
<style>
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="reseau">
|
||||
<h1 id="title">Réseaux</h1>
|
||||
<a class="insta" href="https://instagram.com" target="_parent">
|
||||
<img class="insta" src="../assets/social/insta.png" alt="insta">
|
||||
</a>
|
||||
<a class="twitter" href="https:/twitter.com" target="_parent">
|
||||
<img class="twitter" src="../assets/social/twitter.png" alt="twitter">
|
||||
</a>
|
||||
<a class="github" href="https://github.com/nohamr" target="_parent">
|
||||
<img class="github" src="../assets/social/github.png" alt="github">
|
||||
</a>
|
||||
<a class="youtube" href="https://youtube.com" target="_parent">
|
||||
<img class="youtube" src="../assets/social/youtube2.png" alt="youtube">
|
||||
</a>
|
||||
<a class="whatsapp" href="https://web.whatsapp.com/" target="_parent">
|
||||
<img class="whatsapp" src="../assets/social/whatsapp.png" alt="whatsapp">
|
||||
</a>
|
||||
<a class="discord" href="https://discord.com/channels/@me" target="_parent">
|
||||
<img class="discord" src="../assets/social/discord.png" alt="discord">
|
||||
</a>
|
||||
<a class="telegram" href="https://web.telegram.org/k/" target="_parent">
|
||||
<img class="telegram" src="../assets/social/telegram.png" alt="telegram">
|
||||
</a>
|
||||
<a class="drive" href="https://drive.google.com/drive/shared-drives?hl=fr" target="_parent">
|
||||
<img class="drive" src="../assets/social/drive.png" alt="drive">
|
||||
</a>
|
||||
<a class="twitch" href="https://www.twitch.tv/" target="_parent">
|
||||
<img class="twitch" src="../assets/social/twitch.png" alt="twitch">
|
||||
</a>
|
||||
<a class="reddit" href="https://www.reddit.com/" target="_parent">
|
||||
<img class="reddit" src="../assets/social/reddit.png" alt="twitch">
|
||||
</a>
|
||||
<a class="isoft" href="https://iphonesoft.fr/" target="_parent">
|
||||
<img class="isoft" src="../assets/social/isoft2.png" alt="isoft">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user