-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (37 loc) · 879 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Frevo!</title>
<style type="text/css" media="screen">
body {
background-color: #232323;
color: #fafafa;
font-family: sans-serif;
font-size: 16px;
margin: auto;
width: 980px;
}
.content {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
background-color: #292929;
margin-top: 25%;
margin: auto;
padding: 5px 10px;
text-align: center;
width: 500px;
}
a {
color: #56973d;
}
</style>
</head>
<body>
<div class="content">
<h1>Frevo</h1>
<p>
Cadastre-se no nosso <a href="http://groups.google.com/group/frevo-on-rails/subscribe">Google Group</a>
</p>
</div>
</body>
</html>