﻿<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <title>Site Maintenance</title>
    <link href="../Assets/css/bootstrap.min.css" rel="stylesheet" />

    <style>
        body {
            text-align: center;
        }
    </style>
</head>
<body>
    <div class="row">
        <div class="col-12">
            <img src="/itemimages/website-logo.jpg" alt="Logo Image" class="img-fluid rounded mt-5" width="600"/>
        </div>
    </div>
    <div class="row my-2">
        <div class="col-12">
            <h1>We've got something special in store for you.</h1>
        </div>
        <div class="col-12">
            <h2>And we can't wait for you to see it.</h2>
        </div>
        <div class="col-12">
            <h4>Please <a href="/default.aspx">retry</a>, or check back soon.</h4>
        </div>
    </div>
</body>
</html>

<script src="../Assets/js/bootstrap.min.js"></script>