Skip to content

Commit

Permalink
fix du css pour les sites enregistrer
Browse files Browse the repository at this point in the history
  • Loading branch information
Natouille04 committed Jan 14, 2025
1 parent 9b0521d commit 2d9a2b0
Show file tree
Hide file tree
Showing 3,048 changed files with 18,945 additions and 518 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ hr {
width: 70%;
}

.projects-list {
.projects-list, .registered-sites {
display: flex;
flex-direction: row;
flex-wrap: wrap;
Expand Down
7 changes: 6 additions & 1 deletion assets/data/data.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
[]
[
{
"name": "phpmyadmin",
"url": "http:\/\/localhost\/phpmyadmin\/"
}
]
8 changes: 6 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@
echo "<a href='" . htmlspecialchars($site['url']) . "'>Acceder</a>";
echo "</div>";
}
} else {
}

else {
echo "<p>Aucun site enregistré.</p>";
}
} else {
}

else {
echo "<p>Le fichier de données n'existe pas.</p>";
}

Expand Down
6 changes: 6 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

201 changes: 201 additions & 0 deletions node_modules/remixicon/License

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d9a2b0

Please sign in to comment.