Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions 2-properties/12-invitation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<link href="styles.css" rel="stylesheet" />
<title></title>
<title>Invitation</title>
</head>
<body>
<div id="invite-wrapper">
Expand All @@ -13,21 +13,21 @@ <h1>You're Invited!</h1>
</p>
<p>
Expect an unforgettable night filled with live music, delicious drinks, and mouthwatering hors d'oeuvres. The dress code is cocktail attire, so put on your most stylish outfit and get ready to mix and mingle with some of the brightest minds and biggest hearts around.
</p>
<p>
We can't wait to see you there!
</p>
</div>
<p id="itinerary">
</p>
<p>
We can't wait to see you there!
</p>
</div>
<p id="itinerary">
Date: <br/>
Time: <br/>
Location: <br/>
RSVP by <span><!-- DATE HERE --></span> to let us know you'll be joining!
</p>
<p>
Sincerely,
</p>
<span><!-- YOUR NAME --></span>
</div>
</p>
<p>
Sincerely,
</p>
<span><!-- YOUR NAME --></span>
</div>
</body>
</html>