Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / testIconFonts / test.html @ b3c1328b

History | View | Annotate | Download (322 Bytes)

1
<!doctype html>
2
<html>
3
<head>
4
        <title>Icons Fonts</title>
5
        <link rel="stylesheet" href="style.css" />
6
        <!--[if lte IE 7]><script src="lte-ie7.js"></script><![endif]-->
7
</head>
8

    
9
<body>
10
        <div data-icon="a"></div>
11
        <div aria-hidden="true" data-icon="b"></div>
12
        <div aria-hidden="true" data-icon="c"></div>
13
        
14
</body>
15

    
16
</html>