blob: 772e8e79a52a94eff5620d5ff28e38e5415ed0e1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Skia Debugger</title>
<meta charset="utf-8">
<meta name="theme-color" content="#526E9C">
<link rel="shortcut icon" href="/res/img/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="/res/js/core.js" type="text/javascript" charset="utf-8"></script>
<link href="/res/vul/elements.html" rel="import" />
<style is="custom-style" include="iron-flex iron-flex-alignment">
</style>
<style type="text/css" media="screen">
body {
margin: 0;
padding: 0;
transition: none;
font-family: sans-serif;
}
header {
background: #1f78b4;
color: white;
padding: 0.5em;
margin: 0;
}
header > * {
display: inline-block;
}
header h2 {
margin: 0;
}
#main {
padding: 1em;
}
</style>
</head>
<body>
<header class="horizontal layout center">
<h2>Skia Debugger</h2>
<div class="flex"></div>
<login-sk></login-sk>
</header>
<section id=main>
<p>Please login to continue.</p>
</section>
</body>
</html>