index.php aktualisiert
This commit is contained in:
parent
5b2f53a7f4
commit
bf9e416c34
1 changed files with 4 additions and 2 deletions
|
|
@ -47,13 +47,15 @@ $senderIstAusgewaehlt = false;
|
|||
<button id="export-button" class="export-button">Presets exportieren</button>
|
||||
<button id="import-button" class="import-button">Presets importieren</button>
|
||||
</div>
|
||||
<div class="preset-set">
|
||||
Ein Set an Presets findest du <a href="#" id="load-presets-link">hier</a>.
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.14.0/Sortable.min.js"></script>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
<footer>
|
||||
<div class="footer">
|
||||
Ein Set an Presets findest du <a href="#" id="load-presets-link">hier</a>.<br>
|
||||
© 2024-<?php echo date("Y"); ?> radio.thepipes.ch / <a target="_blank" href="https://codeberg.org/simonpipe/Radioplayer-with-Presets"><img src="/img/codeberg_16px.ico" alt="Codeberg"></a>
|
||||
© 2024-<?php echo date("Y"); ?> radio.thepipes.ch // View on <a target="_blank" href="https://codeberg.org/simonpipe/Radioplayer-with-Presets"><img src="/img/codeberg_16px.ico" alt="Codeberg" height="12" width="12"> Codeberg</a>.
|
||||
</div>
|
||||
</footer>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue