ver. 2.1.1

This commit is contained in:
root
2026-01-28 16:45:31 +01:00
parent e4d39e3303
commit 9737f7f606
34 changed files with 14593 additions and 14613 deletions

View File

@@ -1,55 +1,55 @@
<?php header('Content-Type: text/html; charset=UTF-8'); ?>
<!-- <div class="content-page">
<h2>Contatti</h2>
<div class="content-box">
<p>Hai domande, suggerimenti o riscontri problemi con l'applicazione? Contattaci!</p>
<form class="contact-form" id="contactForm">
<div class="form-group">
<label for="name">Nome:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="subject">Oggetto:</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="message">Messaggio:</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="submit-btn">Invia messaggio</button>
</form>
<div id="formResponse" class="form-response" style="display: none;"></div>
<div class="contact-info">
<h3>Informazioni di contatto</h3>
<p>Email: info@tuoaggregatore.it</p>
<p>Telefono: +39 123 456 7890</p>
</div>
</div>
</div> -->
<h1 class="titlePage">Contatti</h1>
<hr>
<div class="tec">
<p>La pagina è in fase di realizzazione... Attendi il prossimo aggiornamento per leggere le nostre istruzioni d'uso!</p>
</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>
<?php header('Content-Type: text/html; charset=UTF-8'); ?>
<!-- <div class="content-page">
<h2>Contatti</h2>
<div class="content-box">
<p>Hai domande, suggerimenti o riscontri problemi con l'applicazione? Contattaci!</p>
<form class="contact-form" id="contactForm">
<div class="form-group">
<label for="name">Nome:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="subject">Oggetto:</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="message">Messaggio:</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="submit-btn">Invia messaggio</button>
</form>
<div id="formResponse" class="form-response" style="display: none;"></div>
<div class="contact-info">
<h3>Informazioni di contatto</h3>
<p>Email: info@tuoaggregatore.it</p>
<p>Telefono: +39 123 456 7890</p>
</div>
</div>
</div> -->
<h1 class="titlePage">Contatti</h1>
<hr>
<div class="tec">
<p>La pagina è in fase di realizzazione... Attendi il prossimo aggiornamento per leggere le nostre istruzioni d'uso!</p>
</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>