2021-09-26 14:41:38 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Railsondocker</title>
|
2021-12-06 15:02:04 -08:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2021-09-26 14:41:38 -07:00
|
|
|
<%= csrf_meta_tags %>
|
|
|
|
|
<%= csp_meta_tag %>
|
|
|
|
|
|
|
|
|
|
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
|
|
|
|
|
<%= javascript_importmap_tags %>
|
2021-12-16 09:13:21 -08:00
|
|
|
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
|
2021-09-26 14:41:38 -07:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<%= yield %>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|