Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Exhibition_Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
62160336
Exhibition_Docker
Commits
c80b410f
Commit
c80b410f
authored
2 years ago
by
Woraprat
Browse files
Options
Downloads
Patches
Plain Diff
update login fail
parent
b7d06cff
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
html/exhibition/application/views/login/v_login_fail.php
+61
-3
61 additions, 3 deletions
html/exhibition/application/views/login/v_login_fail.php
with
61 additions
and
3 deletions
html/exhibition/application/views/login/v_login_fail.php
+
61
−
3
View file @
c80b410f
login fail
<br>
<a
href=
"
<?php
echo
site_url
()
.
"/Login/show_login"
;
?>
"
>
back to hone page
</a>
<style>
*
{
transition
:
all
0.6s
;
}
html
{
height
:
100%
;
}
body
{
font-family
:
'Lato'
,
sans-serif
;
color
:
#888
;
margin
:
0
;
}
#main
{
display
:
table
;
width
:
100%
;
height
:
100vh
;
text-align
:
center
;
}
.fof
{
display
:
table-cell
;
vertical-align
:
middle
;
}
.fof
h1
{
font-size
:
50px
;
display
:
inline-block
;
padding-right
:
12px
;
animation
:
type
.5s
alternate
infinite
;
}
@keyframes
type
{
from
{
box-shadow
:
inset
-3px
0px
0px
#888
;}
to
{
box-shadow
:
inset
-3px
0px
0px
transparent
;}
}
</style>
<div
class=
"wrapper"
>
<nav
class=
"navbar navbar-expand-lg bg-white fixed-top "
style=
"padding: 10px; z-index: 10;"
on-scroll=
"400"
>
<div
class=
"container"
style=
"margin-left: 100px;"
>
<div
class=
"navbar-translate"
>
<a
class=
"navbar-brand"
rel=
"tooltip"
data-placement=
"bottom"
href=
''
>
</a>
<!-- <a href="
<?php
//echo site_url() . "/Login/show_login"; ?>" style="text-align:center">back to hone page</a> -->
</
div
>
</
div
>
</
nav
>
<
div
id
=
"main"
>
<
div
class
=
"fof"
>
<
h1
>
Login
Fail
</
h1
><
br
>
<
a
class
=
"btn"
href
=
'<?php echo site_url() . "/Login/show_login"; ?>'
>
Back
to
hone
page
</
a
>
</
div
>
</
div
>
</
div
>
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