blob: cb4ba431d6748e8d08b3a71e247754e25063067d [file] [log] [blame]
<!doctype html>
<head>
<meta charset="utf-8">
<title>Device Emulator</title>
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/polymer.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">
body {
font-family: Roboto;
}
</style>
</head>
<body unresolved class="fullbleed layout vertical">
<device-emulator-pages class="flex layout vertical"></device-emulator-pages>
</body>