comunic/inc/loading.html

20 lines
392 B
HTML
Raw Normal View History

2016-11-19 11:08:12 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Chargement en cours...</title>
<meta http-equiv='Content-Type' content='text/html; charset=us-ascii'>
<style>
.chargement {
position: relative;
top: 50px;
margin: auto;
text-align: center;
}
</style>
</head>
<body>
<div class="chargement">
<img src="img/chargement.gif" />
</div>
</body>
</html>