Skip to content

Instantly share code, notes, and snippets.

@keinajar
Created June 7, 2016 06:46
Show Gist options
  • Save keinajar/265ac70348439e397320fcfed221e0fa to your computer and use it in GitHub Desktop.
Save keinajar/265ac70348439e397320fcfed221e0fa to your computer and use it in GitHub Desktop.
Most simple, textual maintenance page template for Drupal 7
<!DOCTYPE html>
<html>
<head><title><?= $head_title ?></title></head>
<body><?= $content ?></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment