Change the whole layout to (semantic-ui-forest)
This commit is contained in:
18
templates/footer.html
Normal file
18
templates/footer.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<div class="ui blue inverted vertical footer segment">
|
||||
<div class="ui container">
|
||||
<div class="ui stackable inverted divided equal height stackable grid">
|
||||
<div class="three wide column">
|
||||
<h4 class="ui inverted header">About</h4>
|
||||
<div class="ui inverted link list">
|
||||
<a href="https://github.com/osufx/osu-wayback" class="item">Github</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="thirteen wide column">
|
||||
<h4 class="ui inverted header">Info</h4>
|
||||
<p>
|
||||
This app uses scraped data from osu.ppy.sh to generate this list. It is fully opensource and licensed under GPL-3.0
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user