buildHtml
baseUrl https://valentinescroll.pub
metaTags
editButton /edit.html
title Virtual Valentine's Date Invitation
style.css
header
class hero-header
div
class heart-animation
span ❤️
h1 Virtual Valentine's Date
p Let's make this Valentine's Day special, even if we're apart
main
section
class invitation-card
h2 You're Invited
p Join me for a romantic virtual date on Valentine's Day
div
class time-slots
h3 Choose Your Preferred Time
button 2:00 PM HST
class time-btn
data-time 1400
button 5:00 PM HST
class time-btn
data-time 1700
button 6:00 PM HST
class time-btn
data-time 1800
section
class rsvp-form
h2 RSVP
form
id rsvpForm
div
class form-group
label Your Name
for name
input
type text
id name
required true
div
class form-group
label Your Email
for email
input
type email
id email
required true
div
class form-group
label Selected Time
for selectedTime
input
type text
id selectedTime
readonly true
button Submit RSVP
type submit
class submit-btn
footer
p Made with love for you
script.js