joyent-portal/frontend/static/index.html

18 lines
578 B
HTML

<!doctype html>
<html lang='en-US'>
<head>
<title>Joyent Frontend</title>
<link rel="stylesheet" href="/static/vendor/normalize.min.css">
<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>