move assets, setup everything
This commit is contained in:
parent
88e1c86f41
commit
7815b07f81
75 changed files with 28 additions and 2 deletions
|
|
@ -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>Agahnim</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Accueil{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Bonjour</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue