-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (74 loc) · 2.62 KB
/
index.html
File metadata and controls
89 lines (74 loc) · 2.62 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>SOLARMA S.N.C. Public Web Site</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-218987493-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-218987493-1');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2ZJF0K1SZL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-2ZJF0K1SZL');
</script>
</head>
<body>
<div class="wrapper">
<header>
<h1>www.solarma.it</h1>
<p>SOLARMA S.N.C. Public Web Site</p>
<!--
<p class="view"><a href="https://github.com/SOLARMA">View the Project on GitHub <small>SOLARMA</small></a></p>
-->
<!--
<ul>
<li class="single">
<a href="https://github.com/SOLARMA/solarma.github.com">
View On <strong>GitHub</strong>
</a></li>
</ul>
-->
</header>
<section>
<h1>
<a name="solarma-snc" class="anchor" href="#solarma-snc">
<span class="octicon octicon-link">
<img src="images/SOLARMA_logo.png" alt="SOLARMA S.N.C." />
</span>
</a>
</h1>
<p>Email: <a href="mailto:info@solarma.it">info@solarma.it</a></p>
<p>Web: <a href="http://www.solarma.it/">www.solarma.it</a></p>
<p>Twitter: <a href="https://twitter.com/solarmasnc/">@solarmasnc</a></p>
<p>Sede Fiscale: VIA ROMA 58, 12100 CUNEO (CN)</p>
<p>Partita IVA: 03430200042</p>
<p>Codice Destinatario per Fatturazione Elettronica: W7YVJK9</p>
<p>PEC: <a href="mailto:gianpaolo.macario@ingpec.eu">gianpaolo.macario@ingpec.eu</a></p>
<p>Numero REA: CN - 290167</p>
</section>
</div>
<!--
<footer>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
-->
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>