Commit 7c7f4b047f5e4697cc65296b02cdf58db53f341b

Authored by Antoine Duquenoy
1 parent 9bc26303

Corrections orthographiques

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
html/index.html
1 1 <!DOCTYPE html>
2 2 <html lang="en">
3 3 <head>
4   -<title>Pôt connecté</title>
  4 +<title>Pot connecté</title>
5 5 <meta charset="utf-8">
6 6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 7 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
... ... @@ -139,7 +139,7 @@
139 139  
140 140 <div class="container">
141 141  
142   - <h1><a style="text-decoration:none;color:#212121;cursor:pointer;" btn-lg" data-toggle="modal" data-target="#myModal">Pôt de fleurs connecté</a></h1>
  142 + <h1><a style="text-decoration:none;color:#212121;cursor:pointer;" btn-lg" data-toggle="modal" data-target="#myModal">Pot de fleurs connecté</a></h1>
143 143  
144 144  
145 145  
... ... @@ -152,7 +152,7 @@
152 152 <div class="modal-content">
153 153 <div class="modal-header">
154 154 <button type="button" class="close" data-dismiss="modal">&times;</button>
155   - <h4 class="modal-title">Pôt de fleurs connecté</h4>
  155 + <h4 class="modal-title">Pot de fleurs connecté</h4>
156 156 </div>
157 157 <div class="modal-body">
158 158 <p>Projet réalisé en 2017 dans le cadre du projet "Systèmes Communicants" en IMA3.</p>
... ... @@ -247,4 +247,4 @@
247 247 </div>
248 248  
249 249 </body>
250 250 -</html>
  251 +</html>
251 252 \ No newline at end of file
... ...