|
<html lang=en> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title></title> |
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
|
<!--[if lt IE 9]> |
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> |
|
<![endif]--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
|
<meta name="apple-touch-fullscreen" content="yes"> |
|
<meta name="HandheldFriendly" content="true"/> |
|
<meta name="MobileOptimized" content="320"/> |
|
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> |
|
</head> |
|
<body> |
|
<div class="container"> |
|
<div class="row"> |
|
|
|
<div class="col-xs-12"> |
|
<div class="list-group jumbotron"> |
|
<div class="list-group-item"> |
|
<h5 class="list-group-item-heading">Device Width</h5> |
|
<p class="list-group-item-text">Number of pixels horizontally in <span class="badge cdo"></span> orientation.</p> |
|
<span class=" mdw badge"> </span> |
|
<br style="clear:both" /> |
|
</div> |
|
<div class="list-group-item"> |
|
<h5 class="list-group-item-heading">Dots Per Inch <small>(dpi)</small></h5> |
|
<p class="list-group-item-text">This is how many pixels (dots) your device has in one inch.</p> |
|
<span class=" dpi badge"> </span> |
|
<br style="clear:both" /> |
|
</div> |
|
<div class="list-group-item"> |
|
<h5 class="list-group-item-heading">Dots Per Pixel <small>(dppx)</small></h5> |
|
<p class="list-group-item-text">This is how many dots are in each pixel for this device.</p> |
|
<span class=" dppx badge"> </span> |
|
<br style="clear:both" /> |
|
</div> |
|
<div class="list-group-item"> |
|
<h5 class="list-group-item-heading">Device Orientation</small></h5> |
|
<p class="list-group-item-text">This is how many dots are in each pixel for this device.</p> |
|
<span class="cdo badge"> </span> |
|
<br style="clear:both" /> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
</div> |
|
</div> |
|
<div id="tail"> |
|
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script> |
|
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> |
|
</div> |
|
</body> |
|
</html> |