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> <!DOCTYPE html>
<html class="index" lang="fr"> <html class="index" lang="fr">
{{> header.html }} {{>header.html}}
<body class="index"> <body class="index">
<p style="color: aliceblue">404 :/</p> <p style="color: aliceblue">404 :/</p>
{{> footer.html }} {{>footer.html}}
</body> </body>
</html> </html>

View file

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

View file

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

View file

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

View file

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