Nettoyage de dépendances pour Lighthouse
This commit is contained in:
parent
33238a922f
commit
68cad99079
16
index.html
16
index.html
@ -6,8 +6,6 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link href="css/normalize.css" rel="stylesheet">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script>
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@ -18,6 +16,13 @@
|
||||
|
||||
<title>Anthony Dumas - Portfolio</title>
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(window).load(function () {
|
||||
$(".loader").fadeOut("fast");
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ -->
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
|
||||
@ -34,13 +39,6 @@
|
||||
<!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]-->
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'>
|
||||
<script src='https://www.google.com/recaptcha/api.js'></script>
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(window).load(function () {
|
||||
$(".loader").fadeOut("slow");
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body id="page-top" class="index">
|
||||
|
Loading…
x
Reference in New Issue
Block a user