https://www.lesbequettes.fr/

Eingereichte URL:
https://www.lesbequettes.fr/
Bericht beendet:
LinkText
https://gohugo.io/Hugo
https://github.com/tomfran/typotomfran/typo

JavaScript-Variablen · 6 gefunden

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
isAutofunction
setThemefunction
invertBodyfunction

Konsolenprotokoll-Meldungen · 4 gefunden

TypKategorieProtokoll
errornetwork
URL
https://favicon.ico/
Text
Failed to load resource: net::ERR_CONNECTION_CLOSED
errornetwork
URL
https://favicon-32x32.png/
Text
Failed to load resource: net::ERR_CONNECTION_CLOSED
errornetwork
URL
https://favicon-16x16.png/
Text
Failed to load resource: net::ERR_CONNECTION_CLOSED
errornetwork
URL
https://android-chrome-192x192.png/
Text
Failed to load resource: net::ERR_CONNECTION_CLOSED

HTML

<!DOCTYPE html><html lang="fr" dir="ltr"><head>
	<meta name="generator" content="Hugo 0.134.2">
    <meta charset="utf-8">
<meta name="viewport" content="width=device-width">



<link rel="icon" type="image/ico" href="//favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="//favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="//favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="//android-chrome-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="//apple-touch-icon.png">

<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Les Béquettes - Le Blog">
<meta name="description" content="">

<title>
    
    Les Béquettes - Le Blog
    
</title>

<link rel="canonical" href="/">







<link rel="stylesheet" href="/assets/combined.min.0c5f43abfcd96922869cc907a7650660fd681be01afb2afb9d71107f4db2bd7d.css" media="all">









  </head>

  

  
  
  

  <body class="light">

    <div class="content">
      <header>
        

<div class="header">

    

    <h1 class="header-title">Les Béquettes - Le Blog</h1>

    <div class="flex">
        

        
        
      
        <p class="small ">
            <a href="/">
                /Accueil
            </a>
        </p>
        
      
        <p class="small ">
            <a href="/posts">
                /Articles
            </a>
        </p>
        
      
        <p class="small ">
            <a href="/links">
                /Liens
            </a>
        </p>
        
      
        <p class="small ">
            <a href="/about">
                /À propos
            </a>
        </p>
        
        
    </div>

    

</div>

      </header>

      <main class="main">
        




<div class="intro">
    
    <h1>Bienvenue aux Béquettes</h1>
    

    
</div>


<h2 id="fil-dactualité">Fil d’actualité</h2>
<p><strong>09/10/2024</strong> - Le chauffage a été remis en route le 9 octobre en fin d’après-midi dans les 3 bâtiments…</p>
<p><strong>06/10/2024</strong> - <a href="posts/20241006-remise-en-marche-chauffage">Remise en route du chauffage</a>.</p>
<p><strong>04/09/2024</strong> - Le numéro 25 de la <a href="/pdf/La_Gazette_Houlgataise_Septembre_2024.pdf">Gazette Houlgataise</a> est disponible.</p>
<p>










</p><figure class="">

    <div>
        <img loading="lazy" alt="Houlgate" src=" /img/Accueil.jpeg">
    </div>

    
</figure><p></p>











      </main>
    </div>

    <footer>
      

    
    <p>Powered by
        <a href="https://gohugo.io/">Hugo</a>
        and
        <a href="https://github.com/tomfran/typo">tomfran/typo</a>
    </p>
    
    
    



    </footer>
    
  

  <script>

  function isAuto() {
    return document.body.classList.contains("auto");
  }

  function setTheme() {
    if (!isAuto()) {
      return
    }

    document.body.classList.remove("auto");
    let cls = "light";
    if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
      cls = "dark";
    }

    document.body.classList.add(cls);
  }

  function invertBody() {
    document.body.classList.toggle("dark");
    document.body.classList.toggle("light");
  }

  if (isAuto()) {
    window.matchMedia('(prefers-color-scheme: dark)').addListener(invertBody);
  }

  setTheme();

</script>

</body></html>