mirror of
https://github.com/pierre42100/comunic
synced 2025-07-12 04:52:58 +00:00
First commit
This commit is contained in:
20
inc/loading.html
Executable file
20
inc/loading.html
Executable file
@ -0,0 +1,20 @@
|
||||
<!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>
|
Reference in New Issue
Block a user