| Index: appengine/isolate/templates/public_isolate_index.html
|
| diff --git a/appengine/isolate/templates/public_isolate_index.html b/appengine/isolate/templates/public_isolate_index.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f9b138f07f17b7a067a5b8e39fa0a9f6e70b2b0b
|
| --- /dev/null
|
| +++ b/appengine/isolate/templates/public_isolate_index.html
|
| @@ -0,0 +1,27 @@
|
| +<!--
|
| + Copyright 2017 The LUCI Authors. All rights reserved.
|
| + Use of this source code is governed under the Apache License, Version 2.0
|
| + that can be found in the LICENSE file.
|
| +-->
|
| +
|
| +<!DOCTYPE html>
|
| +<html>
|
| +
|
| +<head>
|
| + <title>Isolate Server</title>
|
| + <meta charset="utf-8">
|
| + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| + <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
|
| +
|
| + <script src="/res/js/js.js"></script>
|
| + <link rel="import" href="/res/elements.html">
|
| +</head>
|
| +
|
| +<body>
|
| +<!-- TODO(kjlubick) Remove this hardcoded piece and pipe it through like for swarming -->
|
| + <isolate-index
|
| + client_id="540429983429-ftq2fch22a9puv03lj7sffhvh0e9962r.apps.googleusercontent.com">
|
| + </isolate-index>
|
| +</body>
|
| +
|
| +</html>
|
|
|