16 lines
462 B
HTML
16 lines
462 B
HTML
<!doctype html>
|
|
<html lang='en-US'>
|
|
<head>
|
|
<title>Joyent Frontend</title>
|
|
<link rel="stylesheet" href="../../ui/src/vendor/normalize.css">
|
|
</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>
|