-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcities.html
77 lines (58 loc) · 1.43 KB
/
cities.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>TheHackingProject</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="container">
<div class="nav">
<br>
<br>
<br>
<br>
<ul>
<li><a href="http://www.thehackingproject.org/login"target="_blank">Sign up</li>
<li><a href="http://www.thehackingproject.org/contact"target="_blank">Can i code ?</li>
<li><a href="http://www.thehackingproject.org/modalites"target="_blank">Free tickets</li>
<li><a href="http://www.thehackingproject.org/"target="_blank">About THP</a></li>
</ul>
</div>
<div class="main">
<h2>=> Places you can meet members of THP community</h2>
<ul>
<li>Paris</li>
<li>Bordeaux</li>
<li>Lyon</li>
<li>Marseille</li>
<li>Strasbourg</li>
<li>Lille</li>
<li>Toulouse</li>
<li>Montpellier</li>
<li>Nice</li>
<li>Grenoble</li>
<li>Rennes</li>
<li>Rouen</li>
<li>Le-grand-breguet</li>
</ul>
<p>mais encore ..</p>
<ul>
<li>La Martinique</li>
<li>Madagascar</li>
<li>Montreal</li>
<li>etc ..</li>
</ul>
<br>
<p><a href="http://www.thehackingproject.org/contact"target="_blank">Contactez THP</a> pour connaître la communauté la plus proche de chez vous</p>
<br>
<br>
<br>
<br>
<br>
<br>
<p><a href="index.html"target="">retour à la page principale</a></p>
</div>
</div>
</body>
</html>