joyent-portal/frontend/static/index.html
2016-10-24 11:02:18 +01:00

15 lines
395 B
HTML

<!doctype html>
<html lang='en-US'>
<head>
<title>Joyent Frontend</title>
</head>
<body>
<div id='root'></div>
<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>
<script src='/static/bundle.js'></script>
</body>
</html>