trim spaces

This commit is contained in:
Mylloon 2023-04-19 16:57:30 +02:00
parent 57ed1dd8e1
commit ce1721b456
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
5 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html class="index" lang="fr">
{{> header.html }}
{{>header.html}}
<body class="index">
<p style="color: aliceblue">404 :/</p>
{{> footer.html }}
{{>footer.html}}
</body>
</html>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html class="index" lang="fr">
{{> header.html }}
{{>header.html}}
<body>
{{#data}} {{#error}}
<div id="content">
@ -31,6 +31,6 @@
{{/pulls_closed}} {{/closed}}
</p>
</div>
{{/error}} {{/data}} {{> footer.html }}
{{/error}} {{/data}} {{>footer.html}}
</body>
</html>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html class="index" lang="fr">
{{> header.html }}
{{>header.html}}
<body class="index">
<div class="divIndex">
<button

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html class="index" lang="fr">
{{> header.html }}
{{>header.html}}
<body>
<div id="content">
<h1 class="subtitle">Contacts et <em>réseaux sociaux</em></h1>
@ -65,6 +65,6 @@
>
</p>
</div>
{{> footer.html }}
{{>footer.html}}
</body>
</html>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html class="index" lang="fr">
{{> header.html }}
{{>header.html}}
<body>
{{#data}}
<h1 id="title">Projets qui me tiennent à coeur</h1>
@ -41,6 +41,6 @@
<br />
</div>
</div>
{{/data}} {{> footer.html }}
{{/data}} {{>footer.html}}
</body>
</html>