-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
20 lines (20 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<title></title>
<link href="css/demo.css" rel="stylesheet" />
<link href="css/font.css" rel="stylesheet" />
<link href="css/font-ie.css" rel="stylesheet" />
</head>
<body>
<p>If you view this page in Internet Explorer 7 you will still be able to see the font icons.</p>
<a class="demo-button" href="#google"><span class="demo-google-plus"></span> Google+</a>
<a class="demo-button" href="#facebook"><span class="demo-facebook"></span> Facebook</a>
<a class="demo-button" href="#twitter"><span class="demo-twitter"></span> Twitter</a>
<a class="demo-button" href="#git"><span class="demo-github"></span> Git</a>
<a class="demo-button" href="#wordpress"><span class="demo-wordpress"></span> WordPress</a>
</body>
</html>