| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wcfs/backup files/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wilson Creek Farm Supply</title>
<link rel="stylesheet" href="styles.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<header>
<div class="logo">
<img src="/Logo.jpg" alt="Wilson Creek Farm Supply Logo">
</div>
<h1>Wilson Creek Farm Supply</h1>
<p class="slogan">Your trusted source for quality farm supplies and fuel!</p>
</header>
<main>
<section class="hero">
<img src="/path-to-images/placeholder.jpg" alt="Farm Image">
<p>Put some text here</p>
</section>
<section class="promotions">
<h2>Current Promotions</h2>
<div class="promotion-box">
<p>Stay tuned for our latest offers and updates!</p>
</div>
</section>
<section class="carousel">
<div id="imageCarousel" class="carousel slide" data-bs-ride="carousel" data-bs-interval="2000">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/images/20250115_131902.jpg" class="d-block w-100" alt="Farm Supply Image 1">
</div>
<div class="carousel-item">
<img src="/images/20250115_131728.jpg" class="d-block w-100" alt="Farm Supply Image 2">
</div>
<div class="carousel-item">
<img src="/images/20250115_131730.jpg" class="d-block w-100" alt="Farm Supply Image 3">
</div>
<div class="carousel-item">
<img src="/images/20250115_131809.jpg" class="d-block w-100" alt="Farm Supply Image 4">
</div>
<div class="carousel-item">
<img src="/images/20250115_131813.jpg" class="d-block w-100" alt="Farm Supply Image 5">
</div>
<div class="carousel-item">
<img src="/images/20250115_131817.jpg" class="d-block w-100" alt="Farm Supply Image 6">
</div>
<div class="carousel-item">
<img src="/images/20250115_131842.jpg" class="d-block w-100" alt="Farm Supply Image 7">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#imageCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#imageCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
</section>
</main>
<footer>
<p>Contact us: 555-123-4567 | info@wilsoncreekfarmsupply.com</p>
<p>Visit us at: 117 3rd St S, Wilson Creek, WA</p>
</footer>
</body>
</html>