mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-09 21:11:40 +01:00
Corrections de bug
This commit is contained in:
parent
d04d01aecc
commit
5d7cb699fd
@ -7,7 +7,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
<h1>Bienvenue sur Onzeur !</h1>
|
<h1>Bienvenue sur Onzeur !</h1>
|
||||||
<p>Le service de streaming musical numéro 1 en France.</p>
|
<p>Le service de création de playlist musical numéro 1 en France.</p>
|
||||||
<a href="<?php echo site_url('musiques'); ?>"><button type="button">Accéder à la musique</button></a>
|
<a href="<?php echo site_url('musiques'); ?>"><button type="button">Accéder à la musique</button></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<input type="radio" id="star5" name="rating" value="5"><label for="star5">★</label>
|
<input type="radio" id="star5" name="rating" value="5"><label for="star5">★</label>
|
||||||
</div>
|
</div>
|
||||||
<!-- Champ caché pour stocker la valeur de notation -->
|
<!-- Champ caché pour stocker la valeur de notation -->
|
||||||
<input type="hidden" name="notation" id="notation">
|
<input type="hidden" name="notation" id="notation"><br><br>
|
||||||
<button type="submit">Ajouter</button>
|
<button type="submit">Ajouter</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,37 +0,0 @@
|
|||||||
body {
|
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
background-color: #f4f4f4;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.container {
|
|
||||||
width: 80%;
|
|
||||||
margin: 0 auto;
|
|
||||||
background-color: #fff;
|
|
||||||
padding: 20px;
|
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
.header {
|
|
||||||
text-align: center;
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
.header img {
|
|
||||||
max-width: 150px;
|
|
||||||
}
|
|
||||||
.content {
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
.content h1 {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
.content p {
|
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1.6;
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
.footer {
|
|
||||||
margin-top: 20px;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 14px;
|
|
||||||
color: #999;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user