Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjectClient_Y1S1_tramshedTech_team15
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arianne Bayliss
ProjectClient_Y1S1_tramshedTech_team15
Merge requests
!67
"link booking page to server"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
"link booking page to server"
26-link-booking-page-to-server-and-database
into
development
Overview
0
Commits
2
Changes
2
Closed
"link booking page to server"
Mohammed Shorif
requested to merge
26-link-booking-page-to-server-and-database
into
development
Dec 16, 2022
Overview
0
Commits
2
Changes
2
Closes
#26 (closed)
0
0
Merge request reports
Viewing commit
86bd2d94
Prev
Next
Show latest version
2 files
+
30
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
86bd2d94
linked to server
· 86bd2d94
Mohammed Shorif
authored
Dec 16, 2022
templates/booking_confirmation.html
0 → 100644
+
20
−
0
View file @ 86bd2d94
Edit in single-file editor
Open in Web IDE
<!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