-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 919 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
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124606651-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124606651-1');
</script>
<title>Gastos do Congresso</title>
</head>
<body>
<center>
<text>
<font size="20" face="helvetica" color="black">
<br><br><br><br>
<a href="https://arthurmello.github.io/congress-expenses/mobile.html" style="text-decoration : none; color : #000000;"> <u>Mobile</u></a>
<br><br>
<a href="https://arthurmello.github.io/congress-expenses/desktop.html" style="text-decoration : none; color : #000000;"> <u>Desktop</u></a>
</font>
</text>
</center>
</body>
</html>