1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 22:03:54 +03:00
copilot/frontend/server/index.html
2016-10-24 16:31:05 +01:00

13 lines
317 B
HTML

<!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>