joyent-portal/frontend/server/index.html

13 lines
315 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>
2017-01-03 19:11:18 +02:00
<script src='/static/main.js'></script>
2016-10-20 22:42:39 +03:00
</body>
</html>