12 lines
210 B
Text
12 lines
210 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ReactOnRailsWithWebpacker</title>
|
|
<%= csrf_meta_tags %>
|
|
<%= javascript_pack_tag 'hello-world-bundle' %>
|
|
</head>
|
|
|
|
<body>
|
|
<%= yield %>
|
|
</body>
|
|
</html>
|