File tree 3 files changed +32
-6
lines changed 3 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
3
< head >
4
+ <!-- LOCAL VERSION! -->
5
+ < link rel ="preconnect " href ="https://full-biggive.cs107.force.com ">
4
6
< meta charset ="utf-8 ">
5
7
< title > The Big Give</ title >
6
8
< base href ="/ ">
9
11
< link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
10
12
</ head >
11
13
< body >
12
- <!--[if lt IE 11]> <p><a href="https://browsehappy.com/">Please upgrade your browser to continue.</a></p> <![endif]-->
13
- < app-root > </ app-root >
14
+ <!--[if lt IE 11]>
15
+ <p><a href="https://browsehappy.com/">Please upgrade your browser to continue.</a></p>
16
+ <style>
17
+ .hide-from-old-ie {
18
+ display: none;
19
+ }
20
+ </style>
21
+ <![endif]-->
22
+
23
+ < app-root class ="hide-from-old-ie "> </ app-root >
14
24
</ body >
15
25
</ html >
Original file line number Diff line number Diff line change 10
10
< link rel ="icon " type ="image/x-icon " href ="/d/favicon.ico ">
11
11
</ head >
12
12
< body >
13
- <!--[if lt IE 11]> <p><a href="https://browsehappy.com/">Please upgrade your browser to continue.</a></p> <![endif]-->
14
- < app-root > </ app-root >
13
+ <!--[if lt IE 11]>
14
+ <p><a href="https://browsehappy.com/">Please upgrade your browser to continue.</a></p>
15
+ <style>
16
+ .hide-from-old-ie {
17
+ display: none;
18
+ }
19
+ </style>
20
+ <![endif]-->
21
+
22
+ < app-root class ="hide-from-old-ie "> </ app-root >
15
23
</ body >
16
24
</ html >
Original file line number Diff line number Diff line change 10
10
< link rel ="icon " type ="image/x-icon " href ="/d/favicon.ico ">
11
11
</ head >
12
12
< body >
13
- <!--[if lt IE 11]> <p><a href="https://browsehappy.com/">Please upgrade your browser to continue.</a></p> <![endif]-->
14
- < app-root > </ app-root >
13
+ <!--[if lt IE 11]>
14
+ <p><a href="https://browsehappy.com/">Please upgrade your browser to continue.</a></p>
15
+ <style>
16
+ .hide-from-old-ie {
17
+ display: none;
18
+ }
19
+ </style>
20
+ <![endif]-->
21
+
22
+ < app-root class ="hide-from-old-ie "> </ app-root >
15
23
</ body >
16
24
</ html >
You can’t perform that action at this time.
0 commit comments