None faf83765d0
Dev (#311)
* Update build.yml

* Update site.py

* Update requirements.txt

* Update os.py

* Update run.py

* Update global_search.py

* Update hdplayer.py

* Create index.html

* Create script.js

* Create style.css

* Create pages.yml

* Some fix
2025-05-10 09:17:37 +02:00

75 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Streaming Directory</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<main>
<section class="container">
<div class="sites-container">
<div id="site-list" class="site-grid">
<div class="loader"></div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h3 class="footer-title">Repository</h3>
<ul class="footer-links">
<li>
<a href="https://github.com/Arrowar/StreamingCommunity" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
Project GitHub
</a>
</li>
</ul>
<p class="footer-description">
An updated collection of streaming sites. Contribute to the project on GitHub!
</p>
</div>
<div class="footer-section">
<h3 class="footer-title">Author</h3>
<ul class="footer-links">
<li>
<a href="https://github.com/Arrowar" target="_blank" rel="noopener noreferrer">
<i class="fas fa-user-tie"></i>
Arrowar Profile
</a>
</li>
</ul>
<p class="footer-description">
Developer of the project.
</p>
</div>
<div class="footer-section">
<h3 class="footer-title">Info</h3>
<ul class="footer-links">
<li>
<span class="update-note">
<i class="fas fa-sync-alt"></i>
Domains updated once every hour
</span>
</li>
</ul>
<p class="footer-description">
All domains are automatically updated once every hour.
</p>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>