-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (57 loc) · 1.55 KB
/
index.html
File metadata and controls
65 lines (57 loc) · 1.55 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="en">
<head>
<meta content="it" http-equiv="Content-Language">
<meta charset="utf-8">
<title>InfoDesio</title>
<meta name="description" content="InfoDesio">
<meta name="author" content="Paolo Fisco">
<style type="text/css">
.auto-style1 {
text-align: center;
}
.auto-style2 {
font-size: xx-large;
}
.auto-style3 {
text-align: left;
}
.auto-style4 {
border-width: 0px;
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113066639-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113066639-1');
</script>
</head>
<body >
<!-- Global site tag (gtag.js) - Google Analytics -->
<table align="center" style="width: 100%">
<tr>
<td class="auto-style1">
<img alt="" height="200" src="Infodesio.jpg" width="200"></td>
<td class="auto-style3"><span class="auto-style2" lang="it">InfoDesio</span></td>
</tr>
<tr>
<td class="auto-style1" colspan="2"> </td>
</tr>
<tr>
<td class="auto-style1" colspan="2">
<a href="https://goo.gl/gkE8i8">
<img alt="Link Android" height="243" src="Google_Play_Logo.png" width="818" class="auto-style4"></a></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td class="auto-style1" colspan="2">
<a href="https://goo.gl/jvNcUu">
<img alt="Link IOS" height="251" src="App_Store_Logo.png" width="749" class="auto-style4"></a></td>
</tr>
</table>
</body>
</html>