Website/_includes/header.html

21 lines
832 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html><head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CreativeCalc {{ page.title }}</title>
<meta name="description" content="CreativeCalc est une association à but non lucratif promouvant l'apprentissage de la programmation" />
<meta name="keywords" content="programmation, association, 1901, planete casio, algorithmique, calculatrice, tice" />
<meta name="Robots" content="index, follow" />
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/style.css" />
</head><body>
<nav>
<a href="{{ site.baseurl }}/" class="h">CreativeCalc</a>
<div>
<a href="{{ site.baseurl }}/statuts.html">Statuts</a>
<a href="{{ site.baseurl }}/bureau.html">Bureau</a>
<a href="{{ site.baseurl }}/contact.html">Contact</a>
</div>
</nav>