-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.37 KB
/
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
30
31
<!DOCTYPE html>
<html lang="it">
<head>
<title>MDM snc - Falegnameria a Treppo Grande UD</title>
<link rel="stylesheet" type="text/css" href="home.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="Description" content="Homepage della pagina web dell'azienda artigiana mdm (mdmsnc), produzione di divani a forma di auto, fusti di divani e montaggio. Falegnami/falegnameria vicino a Udine, Treppo Grande">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" /><script async src="https://www.googletagmanager.com/gtag/js?id=G-66NHCKN3NE"></script>
<meta http-equiv="refresh" content="0; URL='https://mdmsnc.it/home.html'" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-66NHCKN3NE');
</script>
<script src="https://kit.fontawesome.com/cccae52293.js" crossorigin="anonymous"></script>
</head>
<body>
</body>
</html>