modif towns
This commit is contained in:
23
nationschainssave/www/socialworld/enmaintenance.html
Normal file
23
nationschainssave/www/socialworld/enmaintenance.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Site en maintenance</title>
|
||||
<style>
|
||||
.content {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
</style>
|
||||
<!--link rel="stylesheet" href="style.css"-->
|
||||
<!--script src="script.js"></script-->
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<img src="static/img/site-en-maintenance.png" >
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user