add beta tag to title
This commit is contained in:
parent
ce5957eb70
commit
b633abdb6e
@ -2,7 +2,7 @@
|
||||
{% block title %}heartbeats for spotify{% endblock %}
|
||||
{% block body %}
|
||||
<body>
|
||||
<h1> <span style="color: #1db954">heart</span>beats for spotify </h1>
|
||||
<h1> <span style="color: #1db954">heart</span>beats<sub style="font-size:0.5em">beta</sub> for spotify </h1>
|
||||
|
||||
<h2> create a playlist </h2>
|
||||
<form action="./" method="post">
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}heartbeats for spotify{% endblock %}
|
||||
{% block body %}
|
||||
<h1> heartbeats for spotify </h1>
|
||||
<h1> <span style="color: #1db954">heart</span>beats<sub style="font-size:0.5em">beta</sub> for spotify </h1>
|
||||
|
||||
<h2> <a href="{{loginurl}}"> login with spotify </a> </h2>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user