Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CloudComputing_Act1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jesus Galaz Reyes
CloudComputing_Act1
Commits
afd9f0bb
Commit
afd9f0bb
authored
Oct 13, 2024
by
Jesus Galaz
Browse files
Options
Downloads
Patches
Plain Diff
Fixing login design
parent
64f87909
No related branches found
No related tags found
1 merge request
!5
User authentication implemented
Pipeline
#15662
passed
Oct 13, 2024
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/login.html
+11
-53
11 additions, 53 deletions
public/login.html
with
11 additions
and
53 deletions
public/login.html
+
11
−
53
View file @
afd9f0bb
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
Login
</title>
<link
rel=
"stylesheet"
href=
"./css/login.css"
/>
</head>
<body>
<div
class=
"login-container"
>
<h2>
Login
</h2>
<form
id=
"login-form"
action=
"login.php"
method=
"POST"
>
<input
type=
"text"
class=
"uname"
name=
"username"
placeholder=
"Username"
required
/>
<input
type=
"password"
class=
"pass"
name=
"password"
placeholder=
"Password"
required
/>
<button
type=
"submit"
>
Login
</button>
</form>
<span
class=
"error_text"
></span>
<div
class=
"success_message"
>
Login successful! Redirecting to your to-do list...
</div>
<div
class=
"register-link"
>
<!DOCTYPE html>
<html
lang=
"es"
>
<head>
<meta
charset=
"UTF-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
Login
</title>
<link
rel=
"stylesheet"
href=
"./css/login.css"
/>
</head>
...
...
@@ -76,8 +39,3 @@
<script
src=
"./js/auth.js"
></script>
</body>
</html>
Don't have an account?
<a
href=
"register.html"
>
Create one
</a>
.
</div>
</div>
</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
sign in
to comment