2020-10-11 22:16:00 +02:00
|
|
|
{% load static %}
|
|
|
|
|
2020-11-22 13:34:01 +01:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>GestioJeux</title>
|
|
|
|
<link type="text/css" rel="stylesheet" href="{% static "css/style.css" %}" />
|
2020-11-22 19:01:21 +01:00
|
|
|
<link rel="shortcut icon" type="image/png" href="{% static "img/favicon.png" %}"/>
|
2020-11-22 13:34:01 +01:00
|
|
|
<script src="{% static "js/jquery-3.4.1.min.js" %}"></script>
|