mirror of
https://github.com/Damillora/Altessimo
synced 2024-11-22 13:57:31 +00:00
15 lines
756 B
HTML
15 lines
756 B
HTML
{% extends 'layouts/base.html' %}
|
|
|
|
{% block content %}
|
|
<h1>Welcome!</h1>
|
|
<p>This site is a work-in-progress database of Idolmaster songs, composers, arrangers, and lyricists.</p>
|
|
<p>The primary purpose of this site is to document the people behind the music in Idolmaster, make observations about the music, and showcase other works that might be of interest </p>
|
|
<p>This site originated from a spreadsheet I maintained to note the composers' works and their similarities. </p>
|
|
<h2>Current to-do</h2>
|
|
<ul>
|
|
<li>Complete lyricist credits</li>
|
|
<li>Add songs from IDOLM@STER Radio</li>
|
|
<li>Re-add other songs that I might have missed</li>
|
|
<li>Complete showcases of composers</li>
|
|
</ul>
|
|
{% endblock %} |