layout: default


{% include value/lastfiledate.html %}

<div class=“list-rank” id=“rank”>

<h3>Classement <small>le {{ datelastcrawl }}</small></h3>
<ul class="list-rank">
  {% for website in pagestested %}
  {% include value/loadingdata.html %}
  <li style="order: {{ eco }};">
    <a href="#site-{{ forloop.index0 }}" class="anchor" data-scroll>{{ website | replace: "-", " " }}</a>
    <a href="{{ site.urlstested[forloop.index0]}}"><svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" stroke="#000" stroke-linecap="square" stroke-width="3" viewBox="0 0 24 24">
      <path fill-rule="evenodd" d="M18 14v5a2 2 0 01-2 2H5a2 2 0 01-2-2V8c0-1.1.9-2 2-2h5m5-3h6v6m-11 5L20.2 3.8"/>
    </svg></a>
    <span><b>{{ eco }}</b></span>
  </li>

  {% endfor %}
</ul>

</div><!–list-rank–>

<hr>

<div class=“list-stats”>

{% for website in pagestested %}

{% include value/loadingdata.html %}

<div style="order: {{ eco }};">
  <h2 id="site-{{ forloop.index0 }}">{{ website }}</h2>
  <p><a href="#rank" class="anchor">retour au classement</a></p>

  <h3 style="display: none;">Scores</h3>

  {% include index/badge.html %}
  {% include index/energy.html %}
  {% include index/quality.html %}
  {% include index/loading.html %}
  {% include index/styles.html %}
  {% include index/position.html %}
  {% include index/security.html %}

</div><!--grid contrainer-->

{% endfor %} </div><!–list-stats–>

{{ content }}