www/index.html

16 lines
220 B
HTML
Raw Normal View History

2017-03-06 00:48:57 +01:00
<html>
<title>coletivos.org</title>
<header>
<style>
body{
# background: url('teaser.png') no-repeat;
#background-size:cover;
text-align:center;
}
</style>
</header>
<body>
<img src='teaser.png'>
</body>
</html>