File "index.php"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/under-construction-page/themes/sad_site/index.php
File size: 1.51 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/*
 * UnderConstructionPage
 * Sad Site theme
 * (c) WebFactory Ltd, 2015 - 2023
 */


// this is an include only WP file
if (!defined('ABSPATH')) {
  die;
}
?>
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>[title]</title>
    <meta name="description" content="[description]" />
    <meta name="generator" content="[generator]">
    <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Montserrat:400,700">
    [head]
  </head>

  <body>

    <div class="container">

      <div class="row" id="header_image">
        <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
          <img src="[theme-url]sad_site.jpg" alt="Sad Site is under construction :(" title="Sad Site is under construction :(">
        </div>
      </div>

      <div class="row">
        <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
          <h1>[heading1]</h1>
        </div>
      </div>

      <div class="row">
        <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
          <p class="content">[content]</p>
        </div>
      </div>

      <div class="row" id="social">
        <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
          [social-icons]
        </div>
      </div>

    </div>
    [footer]
  </body>
</html>