|
<?php
|
|
// Copyright (C) 2021 Socialist Rifle Association
|
|
//
|
|
// This file is part of SRA Website.
|
|
//
|
|
// website is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// website is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with website. If not, see <http://www.gnu.org/licenses/>.
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Socialist Rifle Association</title>
|
|
<?php include("res/php/headtags.php") ?>
|
|
</head>
|
|
<body>
|
|
<?php include("res/php/top.php") ?>
|
|
<div id="section-title">Down For Maintenance</div>
|
|
<hr>
|
|
<p>We appreciate your interest, but unfortunately our site is currently down for maintenance.</p>
|
|
<p>For additional questions, contact Aayla Fetzer, our Web and Script Developer, at <a href="mailto:[email protected]">[email protected]</a>.</p>
|
|
<!-- Content Goes Here -->
|
|
<?php include("res/php/bottom.php") ?>
|
|
</body>
|
|
</html>
|