36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<!doctype html>
|
|
<html lang="fr" class="has-navbar-fixed-top">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>SpotiFly</title>
|
|
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
|
<link rel="stylesheet" href="<?= base_url('assets/song.css') ?>">
|
|
<link rel="stylesheet" href="<?= base_url('assets/artiste.css') ?>">
|
|
<link rel="stylesheet" href="<?= base_url('assets/album.css') ?>">
|
|
</head>
|
|
<body>
|
|
<main class='contain'>
|
|
<header class="navbar">
|
|
<div class="logo">
|
|
<img src="../assets/img/Logo1.png" alt="SpotiFly">
|
|
</div>
|
|
<nav class="menu">
|
|
<ul>
|
|
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/SAEWEB2.2/ci/','Home'); ?></li>
|
|
<li><?= anchor('albums','Albums'); ?></li>
|
|
<li><?= anchor('artistes','Artistes'); ?></li>
|
|
<li><?= anchor('playlist','Playlist'); ?></li>
|
|
</ul>
|
|
</nav>
|
|
<div class="user">
|
|
<a class="bouton" href="html/Connexion.html">Connexion</a>
|
|
<a class="bouton" href="html/Inscription.html">S'inscrire</a>
|
|
</div>
|
|
</header>
|
|
<script src="../assets/bouton.js"></script>
|
|
<button id="scrollTopBtn" onclick="scrollToTop()">
|
|
<span>↑</span>
|
|
</button>593;</span>
|
|
</button>
|
|
</body>
|
|
</html>
|