2016-10-20 22:42:39 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html lang='en-US'>
|
|
|
|
<head>
|
|
|
|
<title>Joyent Triton Dashboard</title>
|
2017-03-16 16:37:24 +02:00
|
|
|
<meta charset="utf-8">
|
2017-03-16 16:26:19 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
2016-10-20 22:42:39 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id='root'></div>
|
|
|
|
<script src='/static/locales/<%= lang %>.js'></script>
|
|
|
|
<script src='/static/locales/<%= locale %>.js'></script>
|
2017-01-03 19:11:18 +02:00
|
|
|
<script src='/static/main.js'></script>
|
2016-10-20 22:42:39 +03:00
|
|
|
</body>
|
|
|
|
</html>
|