15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Dummy</title>
|
||
|
<%= stylesheet_link_tag "application" %>
|
||
|
<%= javascript_include_tag "application" %>
|
||
|
<%= csrf_meta_tags %>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<%= yield %>
|
||
|
|
||
|
</body>
|
||
|
</html>
|