15 lines
No EOL
467 B
HTML
15 lines
No EOL
467 B
HTML
<about>
|
|
<!-- Ajouter cœur ici et tu peux l'examiner ou quoi, ça pourrait être cool -->
|
|
<smaller-container id="left">
|
|
<img src="/static/assets/images/pfp.webp" />
|
|
</smaller-container>
|
|
<main-container>
|
|
<button popovertarget="mainpopover">Salutttttttt</button>
|
|
</main-container>
|
|
<!-- <smaller-container> -->
|
|
<!-- <p>Salut</p> -->
|
|
<!-- </smaller-container> -->
|
|
<mainpopover popover id="mainpopover">
|
|
<p>Salut</p>
|
|
</mainpopover>
|
|
</about> |