Arquivos
atlas-digital/ttt.html
T
2020-08-05 09:31:43 -03:00

16 linhas
285 B
HTML
Arquivo Executável

<!DOCTYPE>
<html>
<head>
<title>Imagens SVG</title>
<style>
.colorir{
fill : #CCCCCC;
}
</style>
</head>
<body>
<img src="imagens/logo.jpg" style="width: 132px;" class="colorir"/>
</body>
</html>