-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (44 loc) · 2.14 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
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
<html>
<head>
<title>ELEMENTO Modular Cloud</title>
<link async rel="shortcut icon" type="image/x-icon" href="/img/icons/LogoDark.ico">
<link async rel="apple-touch-icon" href="/img/icons/LogoDark.ico">
<link media="not all and (pointer:coarse)" rel="stylesheet" type="text/css" href="css/body-standard.scss"/>
<link media="(pointer:coarse)" rel="stylesheet" type="text/css" href="css/body-mobile.scss"/>
<link rel="stylesheet" type="text/css" href="/css/main-page-colors.scss"/>
<link rel="stylesheet" type="text/css" href="/css/main-style.scss"/>
<link async rel="stylesheet" type="text/css" href="/css/topmenu.scss"/>
<link async rel="stylesheet" type="text/css" href="/css/starfield.scss"/>
<link async rel="stylesheet" type="text/css" href="/css/waves.scss"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-153798322-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-153798322-1');
</script>
<script src="/js/menu-buttons.js"></script>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
<meta name="description" content="Elemento Modular Cloud">
<meta name="keywords" content="Elemento, Modular, Cloud, 2.0, Virtualization, Container">
<meta name="author" content="Gabriele Gaetano Fronzé">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://elemento.cloud"/>
</head>
<body class="page-background">
<div id="starfield"></div>
<div w3-include-html="/waves.html"></div>
<div w3-include-html="/topmenu.html"></div>
<section class="first-section" id="logo">
<img src="/img/logos/MarkWebR.svg">
</section>
<div w3-include-html="/pages/contents/indexcontent.html"></div>
<div w3-include-html="/footer.html"></div>
<script>
w3IncludeHTML();
</script>
</body>
<script async src="/js/starfield.js"></script>
<script async src="/js/fade-border.js"></script>
</html>