<html lang="en-GB"> <head> <!--[if gte IE 9 ]><link rel="stylesheet" type="text/css" href="_styles.css" media="screen"><![endif]--> <!--[if !IE]>--><link rel="stylesheet" type="text/css" href="_styles.css" media="screen"><!--<![endif]--> <title>Mensagem Única</title> </head> <body> <ol class="tree"> <li> <label for="folder2">Folder 2</label> <input type="checkbox" id="folder2" /> <ol> <li class="file"><a href="">File 1</a></li> <li class="file"><a href="">File 2</a></li> </ol> </li> </ol> </body> </html> |