joyent-portal/frontend/server/index.html

15 lines
432 B
HTML

<!doctype html>
<html lang='en-US'>
<head>
<title>Joyent Triton Dashboard</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/<%= lang %>.js'></script>
<script src='/static/locales/<%= locale %>.js'></script>
<script src='/static/main.js'></script>
</body>
</html>