-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (56 loc) · 2.57 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="pieuvre.ico">
<link rel="stylesheet" href="index.css">
<title>-Mon Site-</title>
</head>
<body>
<header class="header1">
<button onclick="location.href='https://tartempion-sdr.github.io/html_css/index.html'">❝⛄❞MON SITE</button>
<button onclick="location.href='https://tartempion-sdr.github.io/html_css/annonces.html'">Annonces</button>
<button onclick="location.href='https://tartempion-sdr.github.io/html_css/profils.html'">Profils</button>
<button onclick="location.href='https://tartempion-sdr.github.io/html_css/actualitées.html'">Actualitées</button>
<button onclick="location.href='https://tartempion-sdr.github.io/html_css/aides.html'">Aides</button>
<div class="container"></div>
<button onclick="location.href='https://tartempion-sdr.github.io/html_css/connection.html'">Connection
</button>
<button onclick="location.href='https://tartempion-sdr.github.io/html_css/inscription.html'">Inscription
</button>
<button id="b1" onclick="location.href='https://tartempion-sdr.github.io/html_css/deposezuneannonce.html'">DEPOSEZ UNE ANNONCE
</button>
</div>
</header>
<h1>Site web<br>
<spam id="p1">test</spam> et <spame id="p1">exercises</spame>
</h1>
<h2>
<spam id="p1">Création site internet </spam> -
</h2>
<header class="header2">
<div class="form-container">
<form class="form">
<label for="id-pays">pays ?</label>
<select name="pays" id="id-pays" >
<option value="france">france</option>
<option value="belgique">belgique</option>
</select>
</form>
<form class="form">
<label for="code-postale-select">code postale</label>
<select name="code" id="id-code-postale">
<option value="44000">44000</option>
<option value="44100">44100</option>
</select>
</form>
</div>
<button id="b2"> recherche
</button>
</header>
<footer>
m'envoyer <a href="mailto:[email protected]">un mail</a>
</footer>
</body>
</html>