forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 1.32 KB
/
index.html
File metadata and controls
22 lines (20 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html><html><head><meta charset="utf-8"><title>gcloud</title><meta name="description" content="Google Cloud Platform's client library documentation"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="shortcut icon" href="https://cloud.google.com/images/gcp-favicon.ico"><link rel="stylesheet" href="src/vendor-d362a4bbd8.css"><link rel="stylesheet" href="src/app-ba83da1379.css"></head><body><!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--><main ui-view="" autoscroll="true"></main><script src="src/vendor-7173ada14e.js"></script><script src="src/app-3b8b4d1d04.js"></script><script>
(function() {
var $injector = angular.injector(['ng']);
var $http = $injector.get('$http');
$http.get('manifest.json')
.then(function(response) {
angular
.module('gcloud.manifest', [])
.constant('manifest', angular.extend({
defaultModule: ''
}, response.data));
angular.element(document)
.ready(function() {
angular.bootstrap(document, ['gcloud']);
});
});
}());
</script></body></html>