-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/apple-touch-icon-precomposed.png">
<title>EcoHomes</title>
<link rel="stylesheet" href="assets/style/style.css">
<link rel="stylesheet" href="assets/fonts/fonts.css" type='text/css'>
<script src="node_modules/montage/montage.js"></script>
<script type="text/montage-serialization">
{
"owner": {
"prototype": "montage/ui/loader.reel"
},
"applicationDelegate": {
"prototype": "core/application-delegate"
},
"application": {
"prototype": "montage/core/application",
"properties": {
"delegate": {"@": "applicationDelegate"}
}
}
}
</script>
</head>
<body>
<div class="montage-Indexloader">
<div class="montage-Indexloader-box">
<img class="montage-Indexloader-logo" src="assets/images/logo.png">
<div data-montage-id="loading" class="montage-Indexloader-dots">
<span class="montage-Indexloader-dot"></span>
<span class="montage-Indexloader-dot"></span>
<span class="montage-Indexloader-dot"></span>
</div>
</div>
</div>
</body>
</html>