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>
|
2017-02-03 16:56:38 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
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-12-12 12:56:48 +02:00
|
|
|
<script src='/static/main.js'></script>
|
2016-10-20 04:14:26 +03:00
|
|
|
</body>
|
|
|
|
</html>
|