Skip to content
Snippets Groups Projects

"link booking page to server"

Closed Mohammed Shorif requested to merge 26-link-booking-page-to-server-and-database into development
2 files
+ 30
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 20
0
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="CSS/booking_confirmation.css">
<title>Booking Confirmation</title>
</head>
<header>
<img src="Tramshed-Logo-Main-Black.png" id=header />
</header>
<section>
<h1 class="bookingtitle">Booking Confirmation</h1>
<h1> You’re booked!<h1>
<h2> Hi Sam, It’s confirmed, we’ll see you on the 19th Jan! Thank you for booking Codebase with us on Tramshed. If you need to get in touch, you can email or phone us directly. We look forward to welcoming you soon!
Thanks again, The team at Tramshed <h2>
</section>
Loading