-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprint.html
20 lines (18 loc) · 996 Bytes
/
blueprint.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="//necolas.github.io/normalize.css/2.1.0/normalize.css" rel="stylesheet">
<link href="blueprint.css" rel="stylesheet">
</head>
<body>
<div>
<span>Blueprint</span>
</div>
<script src="//code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js" type="text/javascript"></script>
<style>@font-face {font-family:"font";src:url("https://")}@media (touch-enabled),(-webkit-touch-enabled),(-moz-touch-enabled),(-o-touch-enabled),(-ms-touch-enabled),(modernizr){#touch{top:9px;position:absolute}}@media (transform-3d),(-webkit-transform-3d),(-moz-transform-3d),(-o-transform-3d),(-ms-transform-3d),(modernizr){#csstransforms3d{left:9px;position:absolute;height:3px;}}#generatedcontent:after{content:":)";visibility:hidden}</style>
<script src="//s.codepen.io/assets/libs/empty.js" type="text/javascript"></script>
<script></script>
</body>
</html>