|
|
|
@ -8,8 +8,23 @@
|
|
|
|
|
<meta property="og:description" content="Albums d'illustrations des waifus d'Esenjin.">
|
|
|
|
|
|
|
|
|
|
<link rel="shortcut icon" id="favicon" href="favicon.ico">
|
|
|
|
|
|
|
|
|
|
<link href='style.css' rel='stylesheet' type='text/css'>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
jQuery(function(){
|
|
|
|
|
$(function () {
|
|
|
|
|
$(window).scroll(function () {
|
|
|
|
|
if ($(this).scrollTop() > 200 ) {
|
|
|
|
|
$('#scrollUp').css('right','10px');
|
|
|
|
|
} else {
|
|
|
|
|
$('#scrollUp').removeAttr( 'style' );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
@ -45,6 +60,8 @@ if(!empty($dossier));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
<center><a href="#">↸ retourer là-haut !</a></center>
|
|
|
|
|
<div id="scrollUp">
|
|
|
|
|
<a href="#top"><img src="top.png"/></a>
|
|
|
|
|
</div>
|
|
|
|
|
</br>
|
|
|
|
|
</body>
|