Personalize

This commit is contained in:
scoobybejesus 2021-08-05 23:49:14 +00:00
parent a72da591e9
commit 09bc26d778
2 changed files with 7 additions and 4 deletions

View File

@ -27,7 +27,7 @@
<meta name="application-name" content="IRC!Radio"> <meta name="application-name" content="IRC!Radio">
<meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileColor" content="#da532c">
<meta name="description" content="IRC!Radio"/> <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"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head> </head>
@ -35,4 +35,4 @@
<body> <body>
{% block content %} {% endblock %} {% block content %} {% endblock %}
</body> </body>
</html> </html>

View File

@ -7,8 +7,11 @@
<div class="col-lg-12"> <div class="col-lg-12">
<!-- Title --> <!-- Title -->
<h1 class="mt-4" style="margin-bottom: 2rem;"> <h1 class="mt-4" style="margin-bottom: 2rem;">
IRC!Radio IRC!Radio ala Scoob!
</h1> </h1>
<h3 class="mt-4" style="margin-bottom: 2rem;">
Thanks, dsc_!
</h2>
<p>Enjoy the music :)</p> <p>Enjoy the music :)</p>
<hr> <hr>
<audio controls src="/{{ settings.icecast2_mount }}">Your browser does not support the<code>audio</code> element.</audio> <audio controls src="/{{ settings.icecast2_mount }}">Your browser does not support the<code>audio</code> element.</audio>
@ -62,4 +65,4 @@
</div> </div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}