Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
Oauth2_ssd
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
Dumindu Sanjana Hettiarachchi
Oauth2_ssd
Commits
01911eb9
Commit
01911eb9
authored
Oct 06, 2020
by
Dumindu Sanjana Hettiarachchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
345514bd
Pipeline
#1707
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
83 additions
and
0 deletions
+83
-0
views/home.html
views/home.html
+83
-0
No files found.
views/home.html
0 → 100644
View file @
01911eb9
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{title}}</title>
<link href="/static/materializ.css" rel="stylesheet" />
</head>
<body>
<div style="text-align: center; align-items: center;">
<div style="width: 50%; border: 3px solid green; border-radius: 10px; margin-left: 100px; margin-top: 50px;">
<a href="/auth/login/google">
<img src="https://img.icons8.com/bubbles/100/000000/google-logo.png">
</a>
</div>
</div>
<main>
<div class="container-fluid">
<div class="row">
<div class="col s12"></div>
<div class="col s12 m4 center"></div>
</div>
</div>
</main>
</body>
</html> -->
<!DOCTYPE html>
<html>
<head>
<title>
My Awesome Login Page
</title>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity=
"sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin=
"anonymous"
>
<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"
>
<link
href=
"/static/custom.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
class=
"container h-100"
>
<div
class=
"d-flex justify-content-center h-100"
>
<div
class=
"user_card"
>
<div
class=
"d-flex justify-content-center"
>
<div
class=
"brand_logo_container"
>
<img
src=
"https://img.icons8.com/bubbles/100/000000/google-logo.png"
class=
"brand_logo"
alt=
"Logo"
>
</div>
</div>
<div
class=
"d-flex justify-content-center form_container"
>
<form>
<div
class=
"input-group mb-3"
>
<h6>
Upload Your files to Google drive Here !!!
</h6>
</div>
<center>
<div
class=
"row"
>
<div
class=
"col-md-3"
style=
"text-align: center;"
>
<a
class=
"btn btn-primary"
href=
"/auth/login/google"
role=
"button"
style=
"text-transform:none"
>
<img
width=
"20px"
alt=
"Google sign-in"
src=
"https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/512px-Google_%22G%22_Logo.svg.png"
/>
Login with Google
</a>
</div>
</div>
</center>
</form>
</div>
</div>
</div>
</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