2023-04-09 06:17:34 +11:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang='zxx'>
|
|
|
|
<head>
|
|
|
|
<title>THSF 2023: S/Extraire</title>
|
2023-04-09 18:40:48 +11:00
|
|
|
<meta name="viewport" content="initial-scale=1.0">
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
2023-04-09 06:17:34 +11:00
|
|
|
<link rel="stylesheet"
|
|
|
|
href="{{ url_for('static', filename='css/style.css') }}">
|
|
|
|
<link rel="stylesheet"
|
|
|
|
href="{{ url_for('static', filename='css/tooltip.css') }}">
|
2023-04-09 17:29:44 +11:00
|
|
|
<link rel="stylesheet"
|
|
|
|
href="{{ url_for('static', filename='css/planning.css') }}">
|
2023-04-09 06:17:34 +11:00
|
|
|
<link rel="icon"
|
|
|
|
type="image/png"
|
2023-04-09 18:40:48 +11:00
|
|
|
href="{{ url_for('static', filename='images/favicon.png') }}">
|
2023-04-09 06:17:34 +11:00
|
|
|
<link rel="stylesheet"
|
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
|
|
|
{% block headers %}
|
|
|
|
{% endblock %}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2023-04-09 17:29:44 +11:00
|
|
|
<div id="main_wrapper">
|
|
|
|
<div id="center_wrapper">
|
|
|
|
<div id="header_wrapper">
|
|
|
|
<div id="header">
|
|
|
|
<span class="black bold">THSF</span>
|
|
|
|
<span class="white thin">2023</span>
|
|
|
|
</div>
|
|
|
|
<div id="subheader">
|
|
|
|
<span class="white thin">Toulouse Hacker Space Factory</span>
|
|
|
|
</div>
|
|
|
|
<div id="place">
|
|
|
|
<span class="black thin">26 28 mai 2023 - </span>
|
|
|
|
<span class="white bold">CINÉMA UTOPIA BORDEROUGE</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% block content %}
|
|
|
|
{% endblock %}
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-04-09 13:38:07 +11:00
|
|
|
{% block navbar %}
|
|
|
|
{% include "navbar.html" %}
|
|
|
|
{% endblock %}
|
2023-04-09 06:17:34 +11:00
|
|
|
</body>
|
|
|
|
</html>
|