summaryrefslogtreecommitdiff
path: root/index.m4
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-08-17 05:17:10 +0200
committerache <ache@ache.one>2017-08-17 05:17:10 +0200
commit4d483292bab90796fac57ff1bbdd025219b1c852 (patch)
tree3e40db773c2f876f30e3365c12e98af12cf35014 /index.m4
parentAjout des liens sur les logos SVG (diff)
New website prototype
Diffstat (limited to 'index.m4')
-rw-r--r--index.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/index.m4 b/index.m4
new file mode 100644
index 0000000..cb65624
--- /dev/null
+++ b/index.m4
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+
+ <!-- HEADERS -->
+include(headers.htm)
+
+ <body>
+include(left.htm)
+ <!-- Article -->
+include(articles.htm)
+ </body></html>