blob: 75ef478dc2b77355563c5797c22df420ba0fa653 [file] [log] [blame]
<!--
Copyright 2017 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.
This is an internal only page meant for debugging. It is not intended for
general use and is not localized.-->
<!doctype html>
<html dir="ltr" lang="en">
<head>
<title>Discards</title>
<meta charset="utf-8">
<link rel="import" href="discards_main.html">
<link rel="import" href="chrome://resources/html/cr.html">
<script src="discards.js"></script>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<style>
html,
body {
height: 100%;
overflow: hidden;
}
body {
margin: 0;
}
</style>
</head>
<body>
<discards-main></discards-main>
</body>
</html>