mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
20 lines
392 B
HTML
20 lines
392 B
HTML
|
<!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>
|