Tante modifiche tanto lavoro

This commit is contained in:
PanSi21 2024-11-29 05:06:46 +01:00
parent 77401857ab
commit a89eae2e51
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 755F8874C65EF462
170 changed files with 13559 additions and 91 deletions

94
test2.html Normal file
View file

@ -0,0 +1,94 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/cropped-logo-kalos-2021-web-128x46-1.png" type="image/x-icon">
<meta name="description" content="">
<title>HOME SAUNA KALOS</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/parallax/jarallax.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="preload"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"
as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap">
</noscript>
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
<script>
window.chatbaseConfig = {
chatbotId: "g60ONb0J_WxBVTyOjibBM",
}
</script>
<script src="https://www.chatbase.co/embed.min.js" id="g60ONb0J_WxBVTyOjibBM" defer>
</script>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<!-- Caricamento file html esterni -->
<script>
// Carica la navbar
fetch('navbar.html')
.then(response => response.text())
.then(data => {
document.getElementById('navbar-placeholder').innerHTML = data;
})
.catch(error => console.error('Errore nel caricamento della navbar:', error));
// Carica il footer
fetch('footer.html')
.then(response => response.text())
.then(data => {
document.getElementById('footer-placeholder').innerHTML = data;
})
.catch(error => console.error('Errore nel caricamento del footer:', error));
</script>
<!-- NAVBAR -->
<div id="navbar-placeholder"></div>
<!-- Contenuto principale -->
<div id="footer-placeholder"></div>
<!-- parte js esterni -->
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/parallax/jarallax.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/ytplayer/index.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/playervimeo/vimeo_player.js"></script>
<script src="assets/sociallikes/social-likes.js"></script>
<script src="assets/theme/js/script.js"></script>
</body>
</html>