forked from undershows/gigs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rn.html
36 lines (33 loc) · 2.43 KB
/
rn.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
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-224783831-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-224783831-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>:: UnderShows ::</title>
<style>
img {display: block; margin-left: auto; margin-right: auto; width: 600px; height: 800px;}
p.normal {line-height: 1.5; text-align: center; font-size: 30px;}
body {background-image: radial-gradient(blue, pink, gray);}
a.class1:link, a.class1:visited {font-family: Tahoma, sans-serif; background-color: red; color: white; padding: 15px 25px; text-align: center; text-decoration: none; display: inline-block;}
a.class1:hover, a.class1:active {font-family: Tahoma, sans-serif; background-color: red;}
a.class2:link, a.class2:visited {color: blue; padding: 15px 25px; text-align: center; text-decoration: none; display: inline-block;}
a.class2:hover, a.class2:active {color: blue; text-decoration: underline;}
</style>
</head>
<body>
<p class="normal">
CIDADES/CITIES<br>
<a href="index.html" class="class1">SP</a> - <a href="am.html" class="class1">AM</a> - <a href="ap.html" class="class1">AP</a> - <a href="ba.html" class="class1">BA</a> - <a href="ce.html" class="class1">CE</a> - <a href="df.html" class="class1">DF</a> - <a href="es.html" class="class1">ES</a> - <a href="go.html" class="class1">GO</a> - <a href="mg.html" class="class1">MG</a> - <a href="ms.html" class="class1">MS</a> - <a href="pa.html" class="class1">PA</a> - <a href="pb.html" class="class1">PB</a> - <a href="pe.html" class="class1">PE</a> - <a href="pi.html" class="class1">PI</a> - <a href="pr.html" class="class1">PR</a> - <a href="rj.html" class="class1">RJ</a> - RN - <a href="rs.html" class="class1">RS</a> - <a href="sc.html" class="class1">SC</a><br>
Mandem cartaz para<a href="mailto:[email protected]" class="class2">[email protected]</a>ou se quiserem contribuir <a href="https://github.com/undershows/gigs/" class="class2">https://github.com/undershows/gigs/</a></b><br>
</p>
<p align="center" style="font-size:30px">JUNHO/JUNE</p>
<p align="center" style="font-size:20px"><b>Check later</b></p>
</body>
</html>