vicky-remi-wedding-website/fr/index.html

38 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2021-02-01 16:23:55 +00:00
<!DOCTYPE html>
2021-01-24 23:25:57 +00:00
<html>
<head>
<title>Vicky & Rémi</title>
<meta charset="UTF-8">
<meta name="description" content="Website de mariage pour Rémi Rampin et Vicky Steeves">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-01-25 15:25:55 +00:00
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
2021-01-25 18:01:49 +00:00
<link rel="stylesheet" href="../css/bootstrap.css">
2021-01-24 23:25:57 +00:00
<style>
@font-face {
font-family: Lancelot;
2021-01-25 18:01:49 +00:00
src: url(../webfonts/Lancelot-Regular.ttf);
2021-01-24 23:25:57 +00:00
}
2021-01-25 17:49:03 +00:00
2021-01-24 23:25:57 +00:00
body {
font-family: Lancelot;
}
</style>
</head>
<body>
2021-01-25 17:49:03 +00:00
2021-01-24 23:25:57 +00:00
<!-- Page Content -->
<section>
<div class="container">
2021-01-25 17:49:03 +00:00
2021-03-13 22:27:20 +00:00
<h1 class="mt-3 display-5">Vicky et Rémi Rampin sont mariés ! <a href=".." class="ml-5">EN</a> | <a href="#" class="active">FR</a></h1>
<iframe width="900" height="800" sandbox="allow-same-origin allow-scripts allow-popups" src="https://videos.rampin.org/videos/embed/3531708f-89a9-4c8b-979c-bfcd96404214" frameborder="0" allowfullscreen></iframe></p>
2021-01-24 23:25:57 +00:00
</div>
2021-01-25 17:49:03 +00:00
2021-01-24 23:25:57 +00:00
</section>
2021-01-25 17:49:03 +00:00
2021-01-25 18:01:49 +00:00
<script src="../js/bootstrap.bundle.js"></script>
2021-02-01 16:23:55 +00:00
</body>
2021-01-24 23:25:57 +00:00
</html>