Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
IRMA
Github mirrors
irma_idin_webclient
Commits
beee08dc
Commit
beee08dc
authored
Mar 29, 2017
by
Fabian van den Broek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nicer layout of first page
parent
1b798905
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
6 deletions
+19
-6
index.html
index.html
+19
-6
No files found.
index.html
View file @
beee08dc
...
...
@@ -5,6 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
type=
"text/css"
/>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"icon"
href=
"../../favicon.ico"
>
...
...
@@ -17,11 +18,23 @@
</head>
<body>
<form
id=
'form'
method=
"post"
>
<select
form=
'form'
id=
"bank-select"
>
<option
value=
"default"
>
Choose a bank
</option>
</select>
<input
type=
"submit"
id=
"continue"
value=
"Ga naar bank"
disabled=
"true"
form=
'form'
>
</form>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-xs-12 col-md-8 col-lg-6 col-md-offset-2 col-lg-offset-3"
>
<h2>
iDIN attributen ophalen
</h2>
<div
id=
"alert_box"
></div>
<p>
Selecteer uw bank om door te gaan:
</p>
<form
id=
'form'
method=
"post"
>
<select
form=
'form'
id=
"bank-select"
>
<option
value=
"default"
>
Choose a bank
</option>
</select>
<input
type=
"submit"
id=
"continue"
value=
"Ga naar bank"
disabled=
"true"
form=
'form'
class=
"btn btn-primary"
>
</form>
<hr
/>
</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