miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2025-02-01 20:00:51 +01:00
36 lignes
Pas d'EOL
885 o
HTML
36 lignes
Pas d'EOL
885 o
HTML
<!--
|
|
title: Contributeurs
|
|
description: Voici les précieux contributeurs de Wiki-Tech.io !
|
|
published: true
|
|
date: 2021-05-08T12:08:08.050Z
|
|
tags:
|
|
editor: code
|
|
dateCreated: 2021-05-08T12:06:22.520Z
|
|
-->
|
|
|
|
<h1>Title</h1>
|
|
|
|
<p>Some text here</p>
|
|
|
|
<!-- Include the library. -->
|
|
<script
|
|
src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"
|
|
></script>
|
|
|
|
<!-- Optionally, include the theme (if you don't want to struggle to write the CSS) -->
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"
|
|
/>
|
|
|
|
<!-- Prepare a container for your calendar. -->
|
|
<div class="calendar">
|
|
<!-- Loading stuff -->
|
|
Loading the data just for you.
|
|
</div>
|
|
|
|
<script>
|
|
GitHubCalendar(".calendar", "PAPAMICA");
|
|
// or enable responsive functionality
|
|
GitHubCalendar(".calendar", "PAPAMICA", { responsive: true });
|
|
</script> |