-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
67 lines (61 loc) · 1.6 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Biosphaera | Pharma - Coming soon...</title>
<style >
body,html{margin:0;padding:0;}
*{ box-sizing:inherit;}
html{
font-family:Arial,Helvetica,sans-serif;
box-sizing:border-box;
}
body{color:#666666;
line-height:1.4;}
a{color:#666666;}
.container {
width: 350px;
max-width: 100%;
margin: 0px auto;
text-align: center;
padding:10px;
}
img{
max-width:100%;
height:auto;
display:block;
margin:0 auto;
}
h3{
font-size:1.5rem;
font-weight:700;
margin-bottom:5rem;
}
p{ margin:0; display: inline-block;
max-width: 100%;
word-break: break-all;}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81308022-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="img-cont"><img src="biosphaera.png" alt="biosphaera Logo" class="image"></div>
<div class="content-cont">
<h3>sito in costruzione</h3>
<p><strong>Biosphaera Pharma Srl </strong></p>
<p>Viale Luigi Majno, 18 - 20129 Milano</p>
<p>Tel: +39 02 76003400</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</body>
</html>