Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
templates_bin
/
templates_OLD
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/templates_bin/templates_OLD/base.html.twig
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" href="{{ asset('build/images/favicon.png')}}" type="image/x-icon"/> <title> {% block title %}{% endblock %} | Maindron Structures </title> <meta name="keywords" content="{% block keywords %}{% endblock %}"> <meta name="description" content="{% block description %}{% endblock %}"> {% block stylesheets %}{% endblock %} {% block noindex %}{% endblock %} <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-110786417-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-110786417-1'); </script> </head> <body style="background-color:white!important"> {% set flashbag_messages = app.session.flashbag.all() %} {% for type, messages in flashbag_messages %} {% for message in messages %} <div class="container message fadeInRight animated"> <div class="flash-{{ type }} alert alert-{{ type }}" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> <br> <p>{{ message|raw }}</p> </div> </div> {% endfor %} {% endfor %} {% block body %} {% block sidebar %}{% endblock %} {% block navbar %}{% endblock %} {% block content %}{% endblock %} {% block footer %}{% endblock %} {% block javascripts %}{% endblock %} {% endblock %} <div class="go-top"></div> <style> .go-top { position: fixed; right: 80px; bottom: 120px; padding: 20px; display: none; cursor: pointer; -webkit-font-smoothing: antialiased; z-index: 99999; } @media (max-width: 768px){ .go-top{ right: 49px; } } .go-top:after { font-family: FontAwesome; content: "\f106"; background-color: #c11823; padding: 10px 20px; border-radius: 50% !important; color: white; position: absolute; bottom: 10px; font-size: 28px; } .go-top-text { position: absolute; width: 60px; text-align: center; font-family: 'Questrial'; line-height: 1.5; letter-spacing: 3px; font-size: 12px; margin: 20px 0 0 -4px; } .go-top:hover { transition: all 0.4s linear; transform: scale(1.1); } </style> </body> </html>