mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-05 02:55:25 +00:00
Create index.html
This commit is contained in:
parent
347e3cfb64
commit
8c090c9503
74
.github/.site/index.html
vendored
Normal file
74
.github/.site/index.html
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
<!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>
|
Loading…
x
Reference in New Issue
Block a user