blob: 9f68fba1a336ab85dd935d0986863e78d33624a3 [file] [log] [blame]
<!doctype html>
<head>
<meta charset="utf-8">
<title>Device Emulator</title>
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/util.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout-classes.html">
<link rel="import" href="device_emulator_pages.html">
<link rel="stylesheet" href="chrome://resources/css/roboto.css">
<link rel="stylesheet" href="device_emulator.css">
<style is="custom-style" include="iron-flex iron-flex-alignment">
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: Roboto;
margin: 0;
}
</style>
</head>
<body unresolved class="fullbleed layout vertical">
<device-emulator-pages class="flex layout vertical"></device-emulator-pages>
</body>