Page MenuHomec4science

react.html
No OneTemporary

File Metadata

Created
Fri, May 31, 23:34

react.html

{% load static %}
<!doctype html>
<html>
<head>
<title>Getting Started with Django and Webpack</title>
</head>
<body>
<script src="{% static 'index-bundle.js' %}"></script>
</body>
</html>
<!-- rest of file here -->
<body>
<div id="root" />
<script src="{% static 'index-bundle.js' %}"></script>
</body>
</html>

Event Timeline