From ede72d38ccb920ddf92104cf899bf1e461978a4e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 2 Apr 2023 22:42:10 +0200 Subject: =?UTF-8?q?Init=20commit\nAjout=20du=20g=C3=A9n=C3=A9rateur=20de?= =?UTF-8?q?=20page=20html=20=C3=A0=20partir=20des=20fichiers=20markdown,?= =?UTF-8?q?=20d'un=20style=20basique=20inspir=C3=A9=20du=20blog=20de=20plo?= =?UTF-8?q?um.net.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/page_template.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tools/page_template.html (limited to 'tools/page_template.html') diff --git a/tools/page_template.html b/tools/page_template.html new file mode 100644 index 0000000..3dda284 --- /dev/null +++ b/tools/page_template.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + $TITLE + + + + + +
+ +
+
+
+

$TITLE

+ $CONTENT +
+
+ + + \ No newline at end of file -- cgit v1.2.3