blob: 74d1ad4ebe62626968475267908587b8e28e5f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/bash
cat <<PAGE
<style>
@media screen and (max-width: 600px) {
.contato-page {
text-align: center;
}
}
</style>
<article class="contato-page container">
</article>
PAGE
|