-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (127 loc) · 4.28 KB
/
index.html
File metadata and controls
128 lines (127 loc) · 4.28 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Welcome to My Weather App Project " />
<!--WhoCreated-->
<meta name="author" content="SergioJCerritos => UnbelizeableWebDesign" />
<!--FavIcon-->
<link rel="shortcut icon" href="./assets/Favico.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="./assets/Favico.ico" />
<!--SEO-->
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Welcome to My Weather-APP Project:)" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://sergjcerro.github.io/Weather/" />
<meta
property="og:description"
content="Weather APP By SergioJCerritos => UnbelizeableWebDesign "
/>
<link rel="manifest" href="./manifest.json" />
<meta property="og:image" content="./assets/Logo512.png" />
<meta name="twitter:card" content="summary" />
<title>Current Weather</title>
<link
href="./css/weather.css"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script>
!(function (e) {
function r(r) {
for (
var n, a, p = r[0], l = r[1], f = r[2], c = 0, s = [];
c < p.length;
c++
)
(a = p[c]),
Object.prototype.hasOwnProperty.call(o, a) &&
o[a] &&
s.push(o[a][0]),
(o[a] = 0);
for (n in l)
Object.prototype.hasOwnProperty.call(l, n) && (e[n] = l[n]);
for (i && i(r); s.length; ) s.shift()();
return u.push.apply(u, f || []), t();
}
function t() {
for (var e, r = 0; r < u.length; r++) {
for (var t = u[r], n = !0, p = 1; p < t.length; p++) {
var l = t[p];
0 !== o[l] && (n = !1);
}
n && (u.splice(r--, 1), (e = a((a.s = t[0]))));
}
return e;
}
var n = {},
o = { 1: 0 },
u = [];
function a(r) {
if (n[r]) return n[r].exports;
var t = (n[r] = { i: r, l: !1, exports: {} });
return e[r].call(t.exports, t, t.exports, a), (t.l = !0), t.exports;
}
(a.m = e),
(a.c = n),
(a.d = function (e, r, t) {
a.o(e, r) ||
Object.defineProperty(e, r, { enumerable: !0, get: t });
}),
(a.r = function (e) {
"undefined" != typeof Symbol &&
Symbol.toStringTag &&
Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }),
Object.defineProperty(e, "__esModule", { value: !0 });
}),
(a.t = function (e, r) {
if ((1 & r && (e = a(e)), 8 & r)) return e;
if (4 & r && "object" == typeof e && e && e.__esModule) return e;
var t = Object.create(null);
if (
(a.r(t),
Object.defineProperty(t, "default", { enumerable: !0, value: e }),
2 & r && "string" != typeof e)
)
for (var n in e)
a.d(
t,
n,
function (r) {
return e[r];
}.bind(null, n)
);
return t;
}),
(a.n = function (e) {
var r =
e && e.__esModule
? function () {
return e.default;
}
: function () {
return e;
};
return a.d(r, "a", r), r;
}),
(a.o = function (e, r) {
return Object.prototype.hasOwnProperty.call(e, r);
}),
(a.p = "/weather-app/");
var p = (this["webpackJsonpweather-app"] =
this["webpackJsonpweather-app"] || []),
l = p.push.bind(p);
(p.push = r), (p = p.slice());
for (var f = 0; f < p.length; f++) r(p[f]);
var i = l;
t();
})([]);
</script>
<script src="./js/weather1.js"></script>
<script src="./js/weather2.js"></script>
</body>
</html>