Skip to content

Instantly share code, notes, and snippets.

@keinajar
Created June 7, 2016 06:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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