blob: dce8f3bc6f4fb2366c8c38f727a20133d43037b2 [file] [log] [blame]
<!-- Copyright 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<!doctype html>
<html>
<head>
<title>Chrome Infra Packages</title>
<meta name="viewport"
content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<script src="../bower_components/sugar/dist/sugar.min.js"></script>
<script src="../bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<link href="/static/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link rel="import" href="cipd-app.html">
<style>
html, body {
height: 100%;
margin: 0;
font-family: sans-serif;
background: #f2f2f2;
}
</style>
</head>
<body unresolved>
<cipd-app></cipd-app>
</body>
</html>
<script>
(function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://storage.googleapis.com/crdx-feedback.appspot.com/feedback.js','crdx');
crdx('setFeedbackButtonLink', 'https://goto.google.com/cipd-bug');
</script>