Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Marmiuton
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sofiane Lasri
Marmiuton
Commits
dcba6f2b
Commit
dcba6f2b
authored
3 years ago
by
suprasanity
Browse files
Options
Downloads
Patches
Plain Diff
testYann
parent
dc1e388d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pages/client/Connexion.php
+2
-3
2 additions, 3 deletions
pages/client/Connexion.php
with
2 additions
and
3 deletions
pages/client/Connexion.php
+
2
−
3
View file @
dcba6f2b
...
...
@@ -12,7 +12,6 @@
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"
></script>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.6.1/css/all.css"
integrity=
"sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP"
crossorigin=
"anonymous"
>
</head>
<body>
<div
class=
"container h-100"
>
<div
class=
"d-flex justify-content-center h-100"
>
...
...
@@ -23,7 +22,7 @@
</div>
</div>
<div
class=
"d-flex justify-content-center form_container"
>
<form
>
<form
action=
"index.php"
method=
"get"
>
<div
class=
"input-group mb-3"
>
<div
class=
"input-group-append"
>
<span
class=
"input-group-text"
><i
class=
"fas fa-user"
></i></span>
...
...
@@ -50,7 +49,7 @@
<div
class=
"mt-4"
>
<div
class=
"d-flex justify-content-center links"
>
Don't have an account?
<a
href=
"
#
"
class=
"ml-2"
>
Sign Up
</a>
Don't have an account?
<a
href=
"
loginTemp.php
"
class=
"ml-2"
>
Sign Up
</a>
</div>
<div
class=
"d-flex justify-content-center links"
>
<a
href=
"#"
>
Forgot your password?
</a>
...
...
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