23 lines
834 B
HTML
23 lines
834 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Project-x</title>
|
|
|
|
<link rel="icon" type="image/png" href="assets/images/favicon-16.png" sizes="16x16">
|
|
<link rel="icon" type="image/png" href="assets/images/favicon-32.png" sizes="32x32">
|
|
<link rel="apple-touch-icon-precomposed" href="assets/images/favicon-152.png">
|
|
<!--[if IE]><link rel="shortcut icon" href="assets/images/favicon-32.ico"><![endif]-->
|
|
|
|
<link rel="stylesheet" href="assets/styles/dist/main.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<script src="assets/scripts/dist/main.js"></script>
|
|
</body>
|
|
</html>
|