vicky-remi-wedding-website/index.html

40 lines
1.3 KiB
HTML
Raw 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="Wedding website for Rémi Rampin and Vicky Steeves">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-02-01 16:23:55 +00:00
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
2021-01-24 23:25:57 +00:00
<link rel="stylesheet" href="css/bootstrap.css">
<style>
@font-face {
font-family: Lancelot;
src: url(webfonts/Lancelot-Regular.ttf);
}
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-03-13 22:27:20 +00:00
<h1 class="mt-3 display-5">Vicky Steeves & Rémi Rampin are married! <a href="#" class="active ml-5">EN</a> | <a href="fr/">FR</a></h1>
2021-04-12 19:24:38 +00:00
<p style="font-size: 150%;"><a href="https://cloud.rampin.org/s/MPbTPonTJRb8cY3">Photos</a></p>
2021-03-13 22:27:20 +00:00
<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-25 17:49:03 +00:00
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
<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>