diff options
author | Joris Guyonvarch | 2015-02-15 16:27:40 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-02-15 16:27:40 +0100 |
commit | e0aa371f230495abd53b01535cbba40e09c0b59c (patch) | |
tree | 1d897fb47beeebe2050f75ec428dffb8bfea9339 /index.html | |
parent | ca0c11b6e9f86efa9ca88833c49cd6413f438e09 (diff) |
Using markdown instead of html to write pages
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ <head> <meta charset="UTF-8"> <title>Maquillage</title> + <script src="markdown.js"></script> <script src="script.js"></script> <link rel="stylesheet" type="text/css" href="reset.css"> <link rel="stylesheet" type="text/css" href="menu.css"> |