Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
account-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
rc
account-app
Commits
b43300f9
Commit
b43300f9
authored
4 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
add error page
parent
7843fd76
No related branches found
Branches containing commit
No related tags found
1 merge request
!8
made UI changes to the app
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/errors/error.html
+55
-0
55 additions, 0 deletions
app/templates/errors/error.html
with
55 additions
and
0 deletions
app/templates/errors/error.html
0 → 100644
+
55
−
0
View file @
b43300f9
<html
class=
"gr__rc_uab_edu"
>
<title>
User Registration Error
</title>
<head>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
integrity=
"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd"
crossorigin=
"anonymous"
></script>
<script
src=
"{{ url_for('static', filename='scripts/function.js') }}"
></script>
<script>
</script>
<style
type=
"text/css"
>
.important
{
color
:
#336699
;
}
</style>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/public/favicon.ico"
>
<link
rel=
"stylesheet"
media=
"all"
href=
"{{ url_for('static', filename='style/application.css') }}"
>
<link
rel=
"stylesheet"
media=
"all"
href=
"{{ url_for('static', filename='style/app2.css') }}"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<style>
.navbar-inverse
{
background-color
:
rgb
(
0
,
99
,
65
);
}
</style>
</head>
<body
data-gr-c-s-loaded=
"true"
>
<div
class=
"container content"
role=
"main"
style=
"width: 625px"
>
<div
style=
"position:relative;"
>
<img
alt=
"logo"
height=
"auto"
width=
"100%"
style=
"margin-bottom: 20px"
src=
"{{ url_for('static', filename='img/cheaha-logo-a605de0aecd3006b82a5ee30a6d0cb8cd9bf8b7e836296cc293eac746a4c2b11.png') }}"
>
<a
href=
"https://tinyurl.com/cheahaAL"
target=
"_blank"
>
<div
style=
"float:left;position:absolute;display:block;left:310px;top:-6px;padding:10px 20px;"
>
</div>
</a>
</div>
<footer>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
class=
"col-md-6 col-sm-6"
>
<a
href=
"https://osc.github.io/Open-OnDemand/"
>
<img
class=
"footer-logo"
alt=
"Powered by Open OnDemand"
height=
"40"
style=
"margin-bottom: 20px"
src=
"{{ url_for('static', filename='img/OpenOnDemand_powered_by_RGB-cb3aad5ff5350c7994f250fb334ddcc72e343233ce99eb71fda93beddd76a847.svg') }}"
>
</a>
</div>
</div>
</div>
<!-- /.container -->
</footer>
</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