Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Created March 16, 2023 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thierrypigot/47f97376d12556ae77c64c654f558989 to your computer and use it in GitHub Desktop.
Save thierrypigot/47f97376d12556ae77c64c654f558989 to your computer and use it in GitHub Desktop.
Mettre WordPress en maintenance
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Maintenance</title>
</head>
<body>
<h1>Nous sommes en maintenance</h1>
<p>Nous effectuons actuellement des travaux sur notre site. Merci de revenir plus tard.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment