<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Ozark Gothic - Where mystery meets the heart of the Ozarks">
    <title>Ozark Gothic</title>
    <style>
        /* Reset some default styling */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            background-color: #1b1b1b;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            overflow: hidden;
        }

        .container {
            text-align: center;
            padding: 20px;
            max-width: 600px;
            border: 1px solid #444;
            border-radius: 8px;
            background-color: #2a2a2a;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        }

        h1 {
            font-size: 2.5em;
            margin-bottom: 0.5em;
            color: #e0a96d;
        }

        p {
            font-size: 1.2em;
            margin-bottom: 1.5em;
        }

        .button {
            display: inline-block;
            padding: 10px 20px;
            margin-top: 15px;
            font-size: 1em;
            color: #2a2a2a;
            background-color: #e0a96d;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .button:hover {
            background-color: #d28d57;
        }
    </style>
</head>
<body>

    <div class="container">
        <h1>Welcome to Ozark Gothic</h1>
        <p>Where mystery meets the heart of the Ozarks. Dive deep into the stories, culture, and haunting beauty of the Ozarks.</p>
        <a href="#explore" class="button">Explore</a>
    </div>

</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://ozarkgothic.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://ozarkgothic.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://ozarkgothic.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://ozarkgothic.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://ozarkgothic.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
