rename header.html to head.html
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
This commit is contained in:
parent
ce1721b456
commit
a1bdcc8c1b
6 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="index" lang="fr">
|
<html class="index" lang="fr">
|
||||||
{{>header.html}}
|
{{>head.html}}
|
||||||
<body class="index">
|
<body class="index">
|
||||||
<p style="color: aliceblue">404 :/</p>
|
<p style="color: aliceblue">404 :/</p>
|
||||||
{{>footer.html}}
|
{{>footer.html}}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="index" lang="fr">
|
<html class="index" lang="fr">
|
||||||
{{>header.html}}
|
{{>head.html}}
|
||||||
<body>
|
<body>
|
||||||
{{#data}} {{#error}}
|
{{#data}} {{#error}}
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="index" lang="fr">
|
<html class="index" lang="fr">
|
||||||
{{>header.html}}
|
{{>head.html}}
|
||||||
<body class="index">
|
<body class="index">
|
||||||
<div class="divIndex">
|
<div class="divIndex">
|
||||||
<button
|
<button
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="index" lang="fr">
|
<html class="index" lang="fr">
|
||||||
{{>header.html}}
|
{{>head.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>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="index" lang="fr">
|
<html class="index" lang="fr">
|
||||||
{{>header.html}}
|
{{>head.html}}
|
||||||
<body>
|
<body>
|
||||||
{{#data}}
|
{{#data}}
|
||||||
<h1 id="title">Projets qui me tiennent à coeur</h1>
|
<h1 id="title">Projets qui me tiennent à coeur</h1>
|
||||||
|
|
Loading…
Reference in a new issue