Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2023-362
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2023-362
2023-362
Commits
279cf756
Commit
279cf756
authored
Oct 30, 2023
by
Thathsarani R.P.H.S.R
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create request.html
parent
efbfd30d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
91 additions
and
0 deletions
+91
-0
IT20201364/templates/request.html
IT20201364/templates/request.html
+91
-0
No files found.
IT20201364/templates/request.html
0 → 100644
View file @
279cf756
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
zenBot Conversation
</title>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"chat.css"
>
<!------ display shortcut icon ------>
<link
rel =
"shortcut icon"
href =
"../static/logo.png"
>
<style>
.navbar
{
background-color
:
#0b0b45
;
}
.container
{
border-radius
:
10px
;
box-shadow
:
0px
0px
20px
rgba
(
0
,
0
,
0
,
0.1
);
}
</style>
</head>
<body
style=
"background-image: url(../static/lgbg.jpg);"
>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity=
"sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin=
"anonymous"
></script>
<nav
class=
"navbar"
>
<div
class=
"container-fluid"
>
<!-- <a class="navbar-brand" href="#">
<img src="logo.png" alt="" width="30" height="24" class="d-inline-block align-text-top">
zenFlow
</a> -->
<img
src=
"../static/logo.svg"
alt=
""
width=
"100"
height=
"50"
style=
"position: relative; left: 45%;"
>
<form
class=
"d-flex"
>
<input
class=
"form-control me-2"
type=
"search"
placeholder=
"Search"
aria-label=
"Search"
hidden
>
<!-- <button class="btn btn-outline-primary" type="submit">Register</button> -->
</form>
</div>
</nav>
<div
class=
"container mt-5"
style=
"background-color: white; width : 50%; justify-content: center;"
>
<br>
<center>
<h3
style=
"color: #0b0b45;"
>
Request Access for zenBot
</h3>
</center>
<hr
style=
"border: 2px #0b0b45 solid;"
>
<br>
<p>
Please fill all the mandatory information
<span
style=
"color:#ff0000"
>
*
</span>
</p>
<div
class=
"mb-3"
>
<label
for=
"exampleFormControlInput1"
class=
"form-label"
>
<b>
Username
</b>
<span
style=
"color:#ff0000"
>
*
</span>
</label>
<input
type=
"text"
class=
"form-control"
id=
"exampleFormControlInput1"
placeholder=
"Enter Your Username"
required
>
</div>
<div
class=
"mb-3"
>
<label
for=
"exampleFormControlInput1"
class=
"form-label"
><b>
Email Address
</b>
<span
style=
"color:#ff0000"
>
*
</span>
</label>
<input
type=
"email"
class=
"form-control"
id=
"exampleFormControlInput1"
placeholder=
"Enter Your Email Address"
pattern=
"[a-zA-Z0-9.%+-]*{8}"
required
>
</div>
<div
class=
"mb-3"
>
<label
for=
"exampleFormControlTextarea1"
class=
"form-label"
><b>
Description
</b></label>
<textarea
class=
"form-control"
id=
"exampleFormControlTextarea1"
rows=
"3"
></textarea>
</div>
<br>
<div
class=
"d-grid gap-2 d-md-block"
style=
"float: right;"
>
<button
class=
"btn btn-success"
type=
"submit"
>
Reset
</button>
<button
class=
"btn btn-primary"
type=
"reset"
>
Submit
</button>
</div>
<br>
<br>
</div>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment