mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
13 lines
317 B
HTML
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>
|