made some indentation in index.html more consistent
This commit is contained in:
parent
dc5139686e
commit
9b61d7c464
36
index.html
36
index.html
|
@ -1,26 +1,26 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Login Facilitator: OAuth3.org</title>
|
<title>Login Facilitator: OAuth3.org</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
||||||
<!-- <link rel="stylesheet" type="text/css" href="/css/style.css"> -->
|
<!-- <link rel="stylesheet" type="text/css" href="/css/style.css"> -->
|
||||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato:300">
|
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato:300">
|
||||||
<script src="https://use.fontawesome.com/3af0faae66.js"></script>
|
<script src="https://use.fontawesome.com/3af0faae66.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/daplie-installer-overrides.css">
|
<link rel="stylesheet" type="text/css" href="/css/daplie-installer-overrides.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="fade mock-main">
|
<body class="fade mock-main">
|
||||||
|
|
||||||
<!-- STEP 1: ask the user where they want to log in -->
|
<!-- STEP 1: ask the user where they want to log in -->
|
||||||
<!-- STEP 2: ask the user for their email -->
|
<!-- STEP 2: ask the user for their email -->
|
||||||
<!-- STEP 3+4: ask for login code and to remember device -->
|
<!-- STEP 3+4: ask for login code and to remember device -->
|
||||||
<!-- TODO: remember-me-not implementation? -->
|
<!-- TODO: remember-me-not implementation? -->
|
||||||
|
|
||||||
<!-- <button class="btn btn-secondary js-authz-show js-authz-remember-me-not">Just this once</button>-->
|
<!-- <button class="btn btn-secondary js-authz-show js-authz-remember-me-not">Just this once</button>-->
|
||||||
|
|
||||||
<!-- Step 5: ask for permissions -->
|
<!-- Step 5: ask for permissions -->
|
||||||
|
|
||||||
<div class="dap-bordered js-userid-container">
|
<div class="dap-bordered js-userid-container">
|
||||||
<p class="org-title">daplie.me</p>
|
<p class="org-title">daplie.me</p>
|
||||||
|
@ -152,5 +152,5 @@
|
||||||
<script src="/assets/org.oauth3/oauth3.issuer.js"></script>
|
<script src="/assets/org.oauth3/oauth3.issuer.js"></script>
|
||||||
<!--script src="/assets/org.oauth3/oauth3.mock.js"></script-->
|
<!--script src="/assets/org.oauth3/oauth3.mock.js"></script-->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue