Upload files to "/"

This commit is contained in:
Blackwhitebear8 2024-11-23 20:06:09 +01:00
commit 8da5cdc05b
5 changed files with 527 additions and 0 deletions

91
contact.html Normal file
View file

@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>MC-Hostingwijzer</title>
<meta name="theme-color" content="#057dcd">
<meta property="og:title" content="MC-Hostingwijzer | Vind de beste Minecraft server hosting">
<meta property="og:description" content="Vind de beste Minecraft server hosting van Nederland op MC-Hostingwijzer. Vergelijk alle informatie en kies de hosting die het beste bij jou past!">
<meta property="og:image" content="https://mc-hostingwijzer.nl/img/icon.png"/>
<meta property="og:url" content="https://mc-hostingwijzer.nl">
<meta property="og:site_name" content="MC-Hostingwijzer">
<meta name="keywords" property="keywords" content="Beste minecraft hosting, minecraft hosting vergelijker, beste minecraft host, minecraft hosting vergelijken, beste mc server hosting, minecraft server hosting nederland">
<meta name="description" content="Vind de beste Minecraft server hosting van Nederland op MC-Hostingwijzer. Vergelijk alle informatie en kies de hosting die het beste bij jou past!">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check">
<i class="fas fa-bars" id="btn"></i>
<i class="fas fa-times" id="cancel"></i>
</label>
<a href="index.php"><img src="img/logo.png"></a>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="score.html">Score</a></li>
<li><a href="adverteren.html">Adverteren</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="landing-page">
<div class="page-content">
<h1>Contact</h1>
<p>
Zullen we zakelijk gaan daten?
</p>
</div>
</div>
<div class="testimonials">
<div class="cen">
<div class="row">
<div class="col wow fadeInUp">
<div class="testimonial">
<img src="img/disc.png" alt="">
<div class="name">Discord</div>
<div class="pricing" href="https://discord.gg/6eS98vUgRG">https://discord.gg/6eS98vUgRG</div>
</div>
</div>
<div class="col wow fadeInUp">
<div class="testimonial">
<img src="img/mail.png" alt="">
<div class="name">Email</div>
<div class="pricing" href="mailto:info@mc-hostingwijzer.nl">info@mc-hostingwijzer.nl</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer-basic-centered">
<p class="footer-links">
<a href="index.php">Home</a>
<a href="score.html">Score</a>
<a href="adverteren.html">Adverteren</a>
<a href="contact.html">Contact</a>
</p>
<p class="footer-links">
<a href="voorwaarden.pdf">Voorwaarden</a>
<a href="privacy.pdf">Privacy</a>
</p>
<p class="footer-company-name">Copyright © 2021 MC Hostingwijzer</a></p>
<span class="footer-company-name">Website made with ❤️ by <a href="https://markvanettekoven.nl"> Mark van Ettekoven</a></span>
</footer>
<script src="https://code.jquery.com/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="js/wow.min.js"></script>
<script> new WOW().init(); </script>
</body>
</html>