Personalize
This commit is contained in:
parent
a72da591e9
commit
09bc26d778
|
@ -27,7 +27,7 @@
|
|||
<meta name="application-name" content="IRC!Radio">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="description" content="IRC!Radio"/>
|
||||
<title>IRC!Radio</title>
|
||||
<title>IRC!Radio ala Scoob!</title>
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
|
||||
</head>
|
||||
|
@ -35,4 +35,4 @@
|
|||
<body>
|
||||
{% block content %} {% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -7,8 +7,11 @@
|
|||
<div class="col-lg-12">
|
||||
<!-- Title -->
|
||||
<h1 class="mt-4" style="margin-bottom: 2rem;">
|
||||
IRC!Radio
|
||||
IRC!Radio ala Scoob!
|
||||
</h1>
|
||||
<h3 class="mt-4" style="margin-bottom: 2rem;">
|
||||
Thanks, dsc_!
|
||||
</h2>
|
||||
<p>Enjoy the music :)</p>
|
||||
<hr>
|
||||
<audio controls src="/{{ settings.icecast2_mount }}">Your browser does not support the<code>audio</code> element.</audio>
|
||||
|
@ -62,4 +65,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue