feat: Ajout de React pour le front, début de refonte du front
This commit is contained in:
parent
73774f84ff
commit
666636e5bf
13
templates/react/index.html.twig
Normal file
13
templates/react/index.html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user