99 lines
3.8 KiB
HTML
99 lines
3.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6951907799659255"
|
|
crossorigin="anonymous"></script>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<meta name="description" content="FEDL Support - Get help with submissions, rules, and technical issues.">
|
|
<meta name="keywords" content="support, help, fedl, geometry dash, demon list">
|
|
<title>FEDL - Support</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link rel="icon" type="image/png" href="pageicon.png">
|
|
</head>
|
|
<body data-page="support">
|
|
<header>
|
|
<h1>FEDL - Support</h1>
|
|
<nav>
|
|
<a href="index.html">Home</a>
|
|
<a href="guess.html">Guess Game</a>
|
|
<a href="players.html">Players</a>
|
|
<a href="lists.html">Lists</a>
|
|
<a href="run.html">Submit Run</a>
|
|
<a href="rules.html">Rules</a>
|
|
<a href="roulette.html">Roulette</a>
|
|
<a href="post.html">Posts</a>
|
|
<a href="messages.html">Messages</a>
|
|
<a href="contact.html">Contact</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<section class="panel">
|
|
<p class="status-label">Support</p>
|
|
<h2>Need Help?</h2>
|
|
<p class="muted">Find answers to common questions below. If you still need assistance, use the contact page to reach out.</p>
|
|
|
|
<details class="faq-item">
|
|
<summary>How do I submit a run?</summary>
|
|
<p>Go to the Submit Run page, fill out the form with your video link, raw footage, and notes. Your submission will be reviewed by moderators.</p>
|
|
</details>
|
|
|
|
<details class="faq-item">
|
|
<summary>Why was my run rejected?</summary>
|
|
<p>Common reasons include missing raw footage, mod usage violations, or incomplete submission details. Check the Rules page for full requirements.</p>
|
|
</details>
|
|
|
|
<details class="faq-item">
|
|
<summary>How are demons ranked?</summary>
|
|
<p>Demon rankings are based on difficulty, creativity, and popularity. The list is regularly updated by our moderation team.</p>
|
|
</details>
|
|
|
|
<details class="faq-item">
|
|
<summary>Can I suggest a level for the list?</summary>
|
|
<p>Yes! Use the contact page to suggest levels. Include the level ID and why you think it deserves to be ranked.</p>
|
|
</details>
|
|
</section>
|
|
|
|
<section class="panel">
|
|
<p class="status-label">Advertisements</p>
|
|
<h2>Support FEDL</h2>
|
|
<p class="muted">This website displays ads to help cover hosting and maintenance costs. Thank you for your support!</p>
|
|
|
|
<div class="ad-container">
|
|
<ins class="adsbygoogle"
|
|
data-ad-client="YOUR-AD-CLIENT-ID"
|
|
data-ad-slot="YOUR-AD-SLOT-ID"
|
|
data-ad-format="auto"
|
|
data-full-width-responsive="true"></ins>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="panel">
|
|
<p class="status-label">Resources</p>
|
|
<h2>Quick Links</h2>
|
|
<div class="spotlight-grid">
|
|
<article class="spotlight-card">
|
|
<h3>Rules</h3>
|
|
<p>Learn about submission requirements and moderation policies.</p>
|
|
<a class="text-link" href="rules.html">View Rules</a>
|
|
</article>
|
|
<article class="spotlight-card">
|
|
<h3>Submit Run</h3>
|
|
<p>Send in your completion for review.</p>
|
|
<a class="text-link" href="run.html">Submit</a>
|
|
</article>
|
|
<article class="spotlight-card">
|
|
<h3>Contact</h3>
|
|
<p>Get in touch with the moderation team.</p>
|
|
<a class="text-link" href="contact.html">Contact Us</a>
|
|
</article>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
</body>
|
|
</html> |