13 lines
356 B
Twig
13 lines
356 B
Twig
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>React App</title>
|
|
{{ encore_entry_link_tags('react-app') }}
|
|
</head>
|
|
<body>
|
|
<div id="react-app"></div>
|
|
{{ encore_entry_script_tags('react-app') }}
|
|
</body>
|
|
</html> |