move assets, setup everything

This commit is contained in:
Agahnim 2026-03-19 15:16:04 +01:00
parent 0f1820d783
commit 2e57cf6092
75 changed files with 28 additions and 2 deletions

View file

@ -2,7 +2,9 @@
<html>
<head>
<title>{% block title %}Mon Site{% endblock %}</title>
<meta charset="UTF-8" />
<link rel="icon" type="image/gif" href="/static/assets/gifs/pcgif.gif" />
<title></title>
<link rel="stylesheet" href="/static/style.css">
</head>

View file

@ -1,6 +1,5 @@
{% extends "base.html" %}
{% block title %}Accueil{% endblock %}
{% block content %}
<h1>Bonjour</h1>