diff options
author | ADRN <adrien@luxeylab.net> | 2021-10-17 16:37:04 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2021-10-17 16:37:04 +0200 |
commit | fb86130656d338034a748264a332561c7358bb4c (patch) | |
tree | 1a27376b29782a6f19fcbf44ae1e6663cb2e28a6 /blueprint/index.html | |
parent | 272e2a3cac080f3c1a97cad085de015c6975c610 (diff) | |
download | design-fb86130656d338034a748264a332561c7358bb4c.tar.gz design-fb86130656d338034a748264a332561c7358bb4c.zip |
blueprint
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 |