-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage4.html
33 lines (29 loc) · 1.96 KB
/
page4.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
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8"/>
<title>Musique : Bienfaits</title>
<link href="page4_style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="assets/icons/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/icons/favicon/site.webmanifest">
</head>
<body>
<blockquote>
<table style="width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<td style="width: 50%;"><a href="index.html" title="ACCUEIL"><img src="assets/icons/home.png" alt="ACCUEIL" width="50" height="50" style="float: left;" /></a></td>
<td style="width: 50%;"><a href="page3.html" title="PRÉCÉDENT"><img src="assets/icons/angle-small-left.png" alt="PRÉCÉDENT" width="50" height="50" style="float: right;" /></a></td>
</tr>
</tbody>
</table>
</blockquote>
<h1 style="text-align: center;">Les <span style="color: #1fa055;">raisons</span> de l'écoute de musique</h1>
<blockquote>
<h4 style="text-align: justify;"><br /><br />La musique favorise des niveaux plus élevés de dopamine dans le cerveau, d'où une sensation de plaisir.<br /><br />Elle améliore la motivation et l'endurance lors de la pratique d'un sport.<br /><br />Elle est utile à l'hôpital pour diminuer le stress et la douleur de patients en chirugie.<br /><br /><br />À vous de jouer désormais en remplissant <a href="https://docs.google.com/forms/d/e/1FAIpQLSdv-r7LCjL9if9eGdT0JBRI_PQwaMuItrE-cCTaJOAKUrpHeg/viewform?usp=sf_link" target="_blank" rel="noopener" title="accéder au questionnaire">ce questionnaire</a>.</h4>
</blockquote>
</body>
</html>