joyent-portal/frontend/static/index.html

15 lines
397 B
HTML
Raw Normal View History

2016-10-20 04:14:26 +03:00
<!doctype html>
<html lang='en-US'>
<head>
<title>React Boilerplate</title>
</head>
<body>
<div id='root'></div>
2016-10-20 22:42:39 +03:00
<script src='/static/locales/pt.js'></script>
<script src='/static/locales/pt-pt.js'></script>
<script src='/static/locales/en.js'></script>
<script src='/static/locales/en-us.js'></script>
2016-10-20 04:14:26 +03:00
<script src='/static/bundle.js'></script>
</body>
</html>