15 lines
393 B
HTML
15 lines
393 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/main.js'></script>
|
|
</body>
|
|
</html>
|