Personalize
This commit is contained in:
parent
a72da591e9
commit
09bc26d778
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue