add beta tag to title

This commit is contained in:
Akbar Rahman 2022-12-17 12:43:49 +00:00
parent ce5957eb70
commit b633abdb6e
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{% block title %}heartbeats for spotify{% endblock %} {% block title %}heartbeats for spotify{% endblock %}
{% block body %} {% block body %}
<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> <h2> create a playlist </h2>
<form action="./" method="post"> <form action="./" method="post">

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %}heartbeats for spotify{% endblock %} {% block title %}heartbeats for spotify{% endblock %}
{% block body %} {% 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> <h2> <a href="{{loginurl}}"> login with spotify </a> </h2>
{% endblock %} {% endblock %}