2a34255e0b
Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
15 lines
323 B
Text
15 lines
323 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Facebook Auth Example</title>
|
|
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
|
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
|
<%= csrf_meta_tags %>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
</div>
|
|
<%= yield %>
|
|
|
|
</body>
|
|
</html>
|