16 lines
465 B
HTML
16 lines
465 B
HTML
<!doctype html>
|
|
<html lang='en-US'>
|
|
<head>
|
|
<title>Joyent Frontend</title>
|
|
<link href='/static/bundle.css' rel='stylesheet' type='text/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/bundle.js'></script>
|
|
</body>
|
|
</html>
|