-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-sprite.html
37 lines (36 loc) · 1.4 KB
/
template-sprite.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<title>Sprite</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, minimal-ui">
<link rel="icon" href="favicon-16x16.png" type="image/x-icon" sizes="16x16">
<link rel="stylesheet" href="css/libs.css">
<link rel="stylesheet" href="css/style.css">
<style>
.template {margin: 20px; background: #eee;}
.template h1 {text-align: center; text-transform: uppercase;}
.template h2 {margin: 20px 0; border-bottom: 1px solid #ccc; font-weight: normal;}
</style>
<script src="js/modernizr.js"></script>
</head>
<body class="template">
<h1>Sprite</h1>
<h2>Icon</h2>
<h2>Text</h2>
<h2>Button</h2>
<h2>Form</h2>
<h2>Form Elements</h2>
<h2>Corner</h2>
<h2>Background</h2>
<h2>General</h2>
<script src="js/script.js"></script>
<!--[if lte IE 9]><p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]-->
<noscript>JavaScript is off. Please enable to view full site.</noscript>
</body>
</html>