front
This commit is contained in:
25
frontend-react/templates/frontend/index.html
Normal file
25
frontend-react/templates/frontend/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
{% load static %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta charset="utf-8">
|
||||
<title>Ogure NG 1.0</title>
|
||||
<link rel="stylesheet" href="{% static 'frontend/assets/css/donnees-de-reference.css' %}">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="root" id="root"></div>
|
||||
|
||||
|
||||
<!-- SPECIFIQUE DJANGO -->
|
||||
<script type="text/javascript" src="{% static 'frontend/main.js' %}"></script>
|
||||
<script type="text/javascript" src="{% static 'frontend/tinymce/js/tinymce/tinymce.min.js' %}"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user