diff options
Diffstat (limited to 'blueprint/index.html')
-rw-r--r-- | blueprint/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/blueprint/index.html b/blueprint/index.html new file mode 100644 index 0000000..b7f8e1a --- /dev/null +++ b/blueprint/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + +<head> + <meta charset="utf-8" /> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Deuxfleurs</title> + + <link rel="stylesheet" href="assets/css/normalize.css"> + <link rel="stylesheet" href="assets/css/deuxfleurs.css"> +</head> + +<body> + +</body> + +</html>
\ No newline at end of file |