Created
June 7, 2016 06:46
-
-
Save keinajar/265ac70348439e397320fcfed221e0fa to your computer and use it in GitHub Desktop.
Most simple, textual maintenance page template for Drupal 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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