23 lines
519 B
Plaintext
23 lines
519 B
Plaintext
!!!
|
|
%html{:lang => "fr"}
|
|
%head
|
|
%meta{:charset => "utf-8"}/
|
|
%meta{:content => "IE=Edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
|
|
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/
|
|
%title Connection
|
|
= csrf_meta_tags
|
|
= stylesheet_link_tag :connexion
|
|
= javascript_include_tag :connexion
|
|
|
|
|
|
%body
|
|
|
|
:coffeescript
|
|
$ ->
|
|
$.backstretch("/login_background.jpg")
|
|
#flashs= bootstrap_flash
|
|
.form-signin.content= yield
|
|
|
|
|
|
|
|
|