2016-10-20 04:14:26 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html lang='en-US'>
|
|
|
|
<head>
|
2016-10-22 03:53:51 +03:00
|
|
|
<title>Joyent Frontend</title>
|
2016-10-24 12:57:21 +03:00
|
|
|
<link href='/static/bundle.css' rel='stylesheet' type='text/css'>
|
2016-10-20 04:14:26 +03:00
|
|
|
</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>
|