Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team6-Digital Insight for Health
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chen Liang
Team6-Digital Insight for Health
Commits
1fc4c3ba
Commit
1fc4c3ba
authored
5 months ago
by
Chen Liang
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
5c09365b
No related branches found
No related tags found
2 merge requests
!83
Update the front end page of approve and reject the requests from care homes
,
!50
Draft: Lc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BookSlot.html
+39
-0
39 additions, 0 deletions
BookSlot.html
with
39 additions
and
0 deletions
BookSlot.html
0 → 100644
+
39
−
0
View file @
1fc4c3ba
<!DOCTYPE html>
<html
lang=
"zh-CN"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Healthcare Booking
</title>
<link
rel=
"stylesheet"
href=
"src/resources/static/css/book.css"
>
</head>
<body>
<div
class=
"container"
>
<h1>
Welcome to the booking system
</h1>
<form
id=
"bookingForm"
>
<div
class=
"form-group"
>
<label
for=
"name"
>
Name:
</label>
<input
type=
"text"
id=
"name"
placeholder=
"Please insert your name"
required
>
</div>
<div
class=
"form-group"
>
<label
for=
"email"
>
Email:
</label>
<input
type=
"email"
id=
"email"
placeholder=
"Please insert your email"
required
>
</div>
<div
class=
"form-group"
>
<label
for=
"date"
>
Please choose the date:
</label>
<input
type=
"date"
id=
"date"
required
>
</div>
<div
class=
"form-group"
>
<label
for=
"time"
>
Please choose the time:
</label>
<input
type=
"time"
id=
"time"
required
>
</div>
<button
type=
"submit"
>
Submit an appointment
</button>
</form>
</div>
<script
src=
"script.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment