17 lines
842 B
PHP
17 lines
842 B
PHP
<?php header('Content-Type: text/html; charset=UTF-8'); ?>
|
|
|
|
<h1 class="titlePage">TV</h1>
|
|
<p class="subtitlePage">Guarda in streaming <b>RC105 TV</b></p>
|
|
|
|
<hr>
|
|
|
|
<div class="tec">
|
|
<iframe src="https://tv.rpigroup.net/a9699134-efb3-4932-b8db-5a49ae214031.html" style="width:100%; height: 225px;" frameborder="no" scrolling="no" allowfullscreen="true"></iframe>
|
|
</div>
|
|
|
|
<a href="<?php echo $base_path; ?>/home" data-page="home" class="linkBox mt-3">
|
|
<div class="clickBox mt-5 mb-4">
|
|
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h14M5 12l4-4m-4 4 4 4"/></svg>
|
|
Torna alla Home
|
|
</div>
|
|
</a>
|