1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-06 00:50:12 +02:00
copilot/backend/src/index.html
2016-10-20 20:42:39 +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>