blob: 70794a778b323a12e5a3fdb7392e8e0228055ace [file] [log] [blame]
<html>
<head>
<title>debugger-app-sk demo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<script src="/res/common/js/common.js"></script>
<script src="/res/js/debugger.js"></script>
<script src="/res/imp/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel=import href="/res/imp/bower_components/polymer/polymer.html">
<link rel="stylesheet" href="/res/common/css/md.css" type="text/css" media="all">
<link rel=import href="op.html">
<link rel=import href="op-expando.html">
<link rel=import href="commands.html">
<link rel=import href="wasm-app.html">
<style>
/* Make the version string appear inside the app's header bar.
* but the html is in this file and v2.html so it's template parameter can be evaluated.
*/
#version {
width: 100%;
height: 0px;
color: white;
font-weight: bold;
font-family: sans-serif;
text-align: right;
position: relative;
top: 10px;
right: 10px;
}
</style>
</head>
<body class='fullbleed layout vertical'>
<div id="version">Local build</div>
<wasm-debugger-app-sk> </wasm-debugger-app-sk>
</body>
</html>
<html>