commit inicial
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}Spotify Cantina{% endblock %}</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
<div class="brand">🎵 Cantina</div>
|
||||
<div class="nav-links">
|
||||
<a href="/">Reproductor</a>
|
||||
<a href="/admin/playlists">Playlists</a>
|
||||
<a href="/admin/voting">Votación</a>
|
||||
<a href="/stats/">Estadísticas</a>
|
||||
</div>
|
||||
</nav>
|
||||
<main>
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user