forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
14 lines (14 loc) · 813 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Teleport by Gravitational</title>
<script src="/web/config.js"></script>
<link rel="shortcut icon" href="/web/app/favicon.ico"><link href="/web/app/vendor.141fc0804029a9f7e90742e115e1b42c.css" rel="stylesheet"></head>
<body class="grv">
<div id="app"></div>
<div id="bearer_token" style="display: none;">{{.Session}}</div>
<script type="text/javascript" src="/web/app/vendor.94e1c006eea6ad80e869.js"></script><script type="text/javascript" src="/web/app/styles.94e1c006eea6ad80e869.js"></script><script type="text/javascript" src="/web/app/app.94e1c006eea6ad80e869.js"></script></body>
</html>