forked from cih-hoche/cih-hoche.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="/img/logo.png">
<title>CIH Hoche</title>
<link rel="stylesheet" href="/css/master.css">
<meta property="og:title" content="Club Informatique de Hoche" />
<meta property="og:type" content="website" />
<meta property="og:url" content="httpx://cih-hoche.github.io/" />
<meta property="og:image" content="https://cih-hoche.github.io/img/logo.png" />
<meta property="og:description" content="Le site officiel du Club Informatique de Hoche" />
<meta name="theme-color" content="#FFCB6B">
</head>
<body>
<nav>
<ul>
<li><a href="/">Accueil</a></li>
<li><a href="/membres">Membres</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/realisations">Réalisations</a></li>
<li><a href="/dark-net/">Dark Net</a></li>
</ul>
</nav>
<header>
<h1 class="long_text">Club Informatique de Hoche</h1>
<h1 class="short_text">CIH</h1>
</header>
<section>
<img src="/img/hacking.jpg" alt="">
<div class="presentation_section">
<h2>Programmation / Hacking</h2>
<p>
Vous aimez programmer ou vous êtes fan de cyber-sécurité ? Venez nous rencontrer au CIH et retrouvez des personnes qui ont les mêmes passions que vous...
</p>
</div>
</section>
</body>
</html>