Files
InternetRadio-Website/manage/inc/footer.php
T
2026-06-17 15:46:26 +02:00

21 lines
541 B
PHP

</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
&copy; 2016 LIPA Streaming | By : <a href="http://kvewijk.nl" target="_blank">Kenneth van Ewijk</a>
</div>
</div>
</div>
</footer>
<script>
var url = location.protocol + '//' + location.host + location.pathname
history.replaceState({}, 'NoParam', url);
</script>
<!-- FOOTER SECTION END-->
</body>
</html>