joyent-portal/frontend/static/index.html

17 lines
510 B
HTML

<!doctype html>
<html lang='en-US'>
<head>
<title>Joyent Frontend</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</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>