15 lines
296 B
Text
15 lines
296 B
Text
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Allpro</title>
|
||
|
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
||
|
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
||
|
<%= csrf_meta_tags %>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<%= yield %>
|
||
|
|
||
|
</body>
|
||
|
</html>
|