helloworldhellwoorldeofoehfafihuofijoahfgyioafjpafhzguirg uvuizerurg_ozerygvoiuhrgreqiogrehh

This commit is contained in:
Gzod01 2023-10-22 10:14:09 +02:00
parent 3379242f31
commit c00a301523
79 changed files with 1614 additions and 3 deletions

View file

@ -0,0 +1,22 @@
{{ define "main" }}
<div class=the-super-head-of-the-page>
<div class=image>
</div>
<div class=text>
<h1>Du vélo sur gaillon c'est possible!</h1>
<p>VMEMS, association de promotion du vélo et autres mobilités douces!</p>
</div>
</div>
<style>
.the-super-head-of-the-page{
display:flex;
flex-direction:row;
width:100%;
}
.the-super-head-of-the-page .image{
background:grey;
width:50%;
}
</style>
{{ end }}