-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 977 Bytes
/
index.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
<!doctype html>
<html>
<head>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta charset="utf-8">
<meta name="description" content="Soundboard adapté du film Hitman le Cobra.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Hitman le Soundboard" />
<meta property="og:image" content="img/mike.jpg" />
<meta property="og:site_name" content="Hitman le Soundboard" />
<meta name="og:description" content="Soundboard adapté du film Hitman le Cobra.">
<meta property="og:locale:alternate" content="fr_FR" />
<title>Hitman le Soundboard</title>
<link rel="stylesheet" href="css/philippe.css" />
</head>
<body class="page-content">
<header class="page-title">
<img src="img/mike.jpg" alt="Mike" />
<h1>Hitman le Soundboard</h1>
</header>
<h2 class="ofc">Appuie sur la touche de ton clavier pour entendre la phrase.</h2>
<script src="./js/bundle.js"></script>
</body>
</html>