joyent-portal/frontend/server/index.html

13 lines
317 B
HTML
Raw Normal View History

2016-10-20 22:42:39 +03:00
<!doctype html>
<html lang='en-US'>
<head>
<title>Joyent Triton Dashboard</title>
</head>
<body>
<div id='root'></div>
<script src='/static/locales/<%= lang %>.js'></script>
<script src='/static/locales/<%= locale %>.js'></script>
<script src='/static/bundle.js'></script>
</body>
</html>