Create no_content.html

This commit is contained in:
freearhey 2025-01-16 23:41:14 +03:00
parent 2c5d68812e
commit 2915e93408

View file

@ -0,0 +1,145 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Sport Plus</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Satisfy"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<!-- =======================================================
* Template Name: Laura - v4.10.0
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex justify-content-center align-items-center">
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.php#hero">Home</a></li>
<li><a class="nav-link scrollto" href="index.php#about">About</a></li>
<li><a class="nav-link scrollto" href="index.php#services">Platforms</a></li>
<li class="dropdown">
<a href="#"><span>TV Guide</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="schedule_usa.php">Sport Plus U.S.A.</a></li>
<li><a href="schedule_aus.php">Sport Plus Australia</a></li>
<li><a href="schedule_euro.php">Sport Plus Europe</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="index.php#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</header>
<!-- End Header -->
<main id="main">
<!-- ======= My Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<span>Sport Plus U.S.A.</span>
<h2>Sport Plus U.S.A.</h2>
<!--<p>Sit sint consectetur velit quisquam cupiditate impedit suscipit alias</p>-->
</div>
<div class="btn-wrap">
<a href="schedule_usa.php?d=2026-01-18" class="btn-buy">&laquo;</a>
<!--<a href="schedule_usa.php?d=2026-01-18" class="btn-buy">SUN 18/01</a>-->
<a href="#" class="btn-buy">MON 19/01</a>
<!--<a href="schedule_usa.php?d=2026-01-20" class="btn-buy">TUE 20/01</a>-->
<a href="schedule_usa.php?d=2026-01-20" class="btn-buy">&raquo;</a>
</div>
<div class="row d-flex align-items-center justify-content-center">
<div class="col-lg-4">
<!--<h3 class="resume-title">MONDAY 19/01</h3>-->
<h5 class="section-title">*New York time</h5>
</div>
</div>
</div>
</section>
<!-- End My Resume Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<img src="assets/img/logosp.png" class="img-fluid" style="width: 30%" alt="" />
<p>Premium sports experience</p>
<div class="social-links">
<!--<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>-->
<a href="https://www.facebook.com/sportplustv" class="facebook" target="_blank"
><i class="bx bxl-facebook"></i
></a>
<a href="https://www.instagram.com/thesportplustv/" class="instagram" target="_blank"
><i class="bx bxl-instagram"></i
></a>
<!--<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>-->
<!--<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>-->
</div>
<div class="copyright">
&copy; Copyright 2025<strong><span> Sport Plus</span></strong
>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/ -->
Development by
<a href="https://egiannopo.com/" target="_blank" style="color: #28b3ae !important">EG</a
>&nbsp;&nbsp;&nbsp;Theme by
<a href="https://bootstrapmade.com/" target="_blank" style="color: #28b3ae !important"
>BootstrapMade</a
>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!--<script src="assets/vendor/php-email-form/validate.js"></script>-->
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>