-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconclusion.html
32 lines (29 loc) · 1.01 KB
/
conclusion.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="copyright" content="">
<meta property="og:title" content="" />
<meta property="og:type" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:description" content=""/>
<meta name="language" content="fr">
<title>Les instruments perdus</title>
<link rel="shortcut icon" href="favicon.png"/>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Germania+One" rel="stylesheet">
</head>
<body>
<div id="wrapper_conclusion">
<div id="conclusion_message_james">
<img src="images/james.png" id="james_conclusion" alt="James Hetfield">
</div>
</div>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>