optimisation du code
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Liste des Playlists - Onzeur</title>
|
||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/playlists_list.css'); ?>">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Liste des Playlists</h1>
|
||||
<a href="<?php echo site_url('playlists/create'); ?>" class="btn btn-primary">Créer une Nouvelle Playlist</a>
|
||||
@@ -39,5 +31,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
Reference in New Issue
Block a user