Skip to content

Commit b02b100

Browse files
committed
reducing js
1 parent c1f8381 commit b02b100

File tree

1 file changed

+0
-61
lines changed

1 file changed

+0
-61
lines changed

reactjsfoundations.com/public/index.html

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<!--
5-
<script
6-
async
7-
src="https://www.googletagmanager.com/gtag/js?id=AW-10866771250"
8-
></script>
9-
<script>
10-
window.dataLayer = window.dataLayer || [];
11-
function gtag() {
12-
dataLayer.push(arguments);
13-
}
14-
gtag('js', new Date());
15-
16-
gtag('config', 'AW-10866771250');
17-
</script>
18-
<script>
19-
gtag('event', 'conversion', {
20-
send_to: 'AW-10866771250/Vpx3CJf4n6gDELKK170o',
21-
});
22-
</script>
23-
24-
<script>
25-
(function (w, d, t, r, u) {
26-
var f, n, i;
27-
(w[u] = w[u] || []),
28-
(f = function () {
29-
var o = { ti: '148007996' };
30-
(o.q = w[u]), (w[u] = new UET(o)), w[u].push('pageLoad');
31-
}),
32-
(n = d.createElement(t)),
33-
(n.src = r),
34-
(n.async = 1),
35-
(n.onload = n.onreadystatechange =
36-
function () {
37-
var s = this.readyState;
38-
(s && s !== 'loaded' && s !== 'complete') ||
39-
(f(), (n.onload = n.onreadystatechange = null));
40-
}),
41-
(i = d.getElementsByTagName(t)[0]),
42-
i.parentNode.insertBefore(n, i);
43-
})(window, document, 'script', '//bat.bing.com/bat.js', 'uetq');
44-
</script> -->
454
<meta charset="utf-8" />
465
<link
476
rel="apple-touch-icon"
@@ -282,14 +241,6 @@
282241
clear: both;
283242
}
284243

285-
/**
286-
* For IE 6/7 only
287-
* Include this rule to trigger hasLayout and contain floats.
288-
*/
289-
.cf {
290-
*zoom: 1;
291-
}
292-
293244
html {
294245
font-size: 16px;
295246
}
@@ -401,25 +352,13 @@
401352
background-color: #cbb700;
402353
color: black;
403354
}
404-
.gsc-control-cse {
405-
background-color: #000 !important;
406-
border: none !important;
407-
}
408-
.gsc-search-button {
409-
background-color: #2da44e !important;
410-
border-color: #1b1f2426 !important;
411-
}
412355
</style>
413356
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
414357

415358
<title>
416359
ReactJS Foundations Building User Interfaces with ReactJS: An Approachable
417360
Guide
418361
</title>
419-
<!-- <script
420-
async
421-
src="https://cse.google.com/cse.js?cx=ceb64708ba0602a7b"
422-
></script> -->
423362
</head>
424363
<body>
425364
<header

0 commit comments

Comments
 (0)