Upload files to "/"

This commit is contained in:
SpringAir 2024-12-11 05:07:28 +00:00
commit ce36b2e731

104
program 2.html Normal file
View file

@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lufterfrischer Spray</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
}
header {
background-color: #4caf50;
color: white;
padding: 20px;
text-align: center;
}
.container {
max-width: 900px;
margin: 20px auto;
background: white;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.content {
padding: 20px;
}
h1, h2 {
color: #4caf50;
}
p {
line-height: 1.6;
}
.image {
text-align: center;
padding: 20px;
}
.image img {
max-width: 100%;
border-radius: 10px;
}
.button {
text-align: center;
margin: 20px;
}
.button a {
text-decoration: none;
background-color: #4caf50;
color: white;
padding: 10px 20px;
border-radius: 5px;
font-size: 18px;
}
.button a:hover {
background-color: #45a049;
}
footer {
text-align: center;
padding: 10px;
background-color: #4caf50;
color: white;
margin-top: 20px;
}
</style>
</head>
<body>
<header>
<h1>Lufterfrischer Spray</h1>
<p>Your solution for a fresh and inviting space</p>
</header>
<div class="container">
<div class="image">
<img src="https://via.placeholder.com/800x400" alt="Lufterfrischer Spray">
</div>
<div class="content">
<h2>Transform Your Space with Lufterfrischer Spray</h2>
<p>In todays fast-paced world, maintaining a fresh and inviting atmosphere at home or work is essential for comfort and well-being. Enter <strong>Lufterfrischer Spray</strong>—a powerful yet convenient solution to keep your surroundings smelling pleasant and revitalized. This handy air freshener has become a staple for those seeking a quick and effective way to banish odors and infuse their space with delightful scents.</p>
<h3>The Magic Behind Lufterfrischer Spray</h3>
<p><a href="https://springair.ch">Lufterfrischer Spray</a> is more than just a fragrance in a can. Its designed to neutralize unpleasant odors, not merely mask them. Formulated with advanced odor-eliminating agents, this spray tackles the root causes of smells, such as smoke, pet odors, or cooking fumes. The result is an environment that smells clean and fresh for hours.</p>
<p>Available in a wide range of scents—from soothing lavender to energizing citrus—theres a Lufterfrischer Spray for every preference.</p>
<h3>Ideal for Any Space</h3>
<p>One of the standout features of Lufterfrischer Spray is its adaptability. Its suitable for use in living rooms, bedrooms, bathrooms, and even cars. A quick spritz can transform the ambiance of any room, making it the ideal companion for unexpected guests or daily upkeep.</p>
<h3>Eco-Friendly Options</h3>
<p>For environmentally conscious consumers, many Lufterfrischer Sprays now come in eco-friendly formulations. With natural ingredients and recyclable packaging, these options ensure you can enjoy a fresh-smelling home while minimizing your environmental impact.</p>
<h3>How to Use</h3>
<ol>
<li>Shake the can well.</li>
<li>Point it away from your face and press the nozzle.</li>
<li>Spray lightly around the room, focusing on areas where odors linger.</li>
</ol>
</div>
<div class="button">
<a href="#">Learn More</a>
</div>
</div>
<footer>
<p>&copy; 2024 Lufterfrischer Spray Co. All rights reserved.</p>
</footer>
</body>
</html>