This commit is contained in:
Justine Pelletreau
2023-01-13 16:02:14 +01:00
commit def26c4be4
12 changed files with 920 additions and 0 deletions

7
templates/index.html.ft Normal file
View File

@ -0,0 +1,7 @@
%%header%%
<h1>Squi's awesome blog</h1>
%%pages%%
%%footer%%

View File

@ -0,0 +1,5 @@
%%header%%
<h2> My First article </h2>
<p style="text-align:center;"><img src="pics/ferris.png" style="width:20%;"></p>
<p>Hello !</p>
%%footer%%

View File

@ -0,0 +1,4 @@
<h2> My Second article </h2>
<p style="text-align:center;"><img src="pics/ferris.png" style="width:20%;"></p>
<p>Bye !</p>