8295bd6882
this shall be a progressive process
11 lines
191 B
HTML
11 lines
191 B
HTML
<!doctype html>
|
|
<html lang='en-US'>
|
|
<head>
|
|
<title>React Boilerplate</title>
|
|
</head>
|
|
<body>
|
|
<div id='root'></div>
|
|
<script src='/static/bundle.js'></script>
|
|
</body>
|
|
</html>
|