This commit is contained in:
Remi Rampin 2021-02-01 11:23:55 -05:00
parent 9c25d2f188
commit 79991f3813
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>Vicky & Rémi</title>
@ -35,8 +36,6 @@
</section>
</div>
</container>
</body>
<script src="../js/bootstrap.bundle.js"></script>
</body>
</html>

View File

@ -1,9 +1,11 @@
<!DOCTYPE html>
<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">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/bootstrap.css">
<style>
@font-face {
@ -34,8 +36,6 @@
</section>
</div>
</container>
</body>
<script src="js/bootstrap.bundle.js"></script>
</body>
</html>