Mise à jour
* Aligné avec le commit f237beee15
* Ajout du graphique de fonctionnement du programme
* Ajout de "- PILG" dans le titre
This commit is contained in:
parent
ace45137f9
commit
8a0fb4739e
6 changed files with 12 additions and 9 deletions
|
@ -101,7 +101,7 @@ function executer() {
|
|||
.replace(/^#[ \wæâ€êÿûîœôäßëðüïö©éÉèÈçÇàÀ\.\-\']+\n/g, '')
|
||||
.replace(/\n#[ \wæâ€êÿûîœôäßëðüïö©éÉèÈçÇàÀ\.\-\']+\n/g, '')
|
||||
.replace(/-+\n\*Copyright[ \wæâ€êÿûîœôäßëðüïö©éÉèÈçÇàÀ\.\-\']+\*/g, ''))
|
||||
.replace(/<strong>([DAC])<\/strong>/g, '<span class="todoEl todo_$1">$1</span>')
|
||||
.replace(/<strong>([DAC])<\/strong>/g, '<span class="todoEl todo_$1">$1</span>') + '\n<img src="chart.png" alt="Fonctionnement du programme" />'
|
||||
}, {
|
||||
titre: 'Code source',
|
||||
lien: 'https://github.com/GeoffreyFrogeye/PILG'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>%%TITRE%%</title>
|
||||
<title>%%TITRE%% - PILG</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="css/contenu.css" />
|
||||
<link rel="stylesheet" href="css/miseEnPage.css" />
|
||||
|
|
Reference in a new issue