|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <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> --> |
45 | 4 | <meta charset="utf-8" />
|
46 | 5 | <link
|
47 | 6 | rel="apple-touch-icon"
|
|
282 | 241 | clear: both;
|
283 | 242 | }
|
284 | 243 |
|
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 |
| - |
293 | 244 | html {
|
294 | 245 | font-size: 16px;
|
295 | 246 | }
|
|
401 | 352 | background-color: #cbb700;
|
402 | 353 | color: black;
|
403 | 354 | }
|
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 |
| - } |
412 | 355 | </style>
|
413 | 356 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
414 | 357 |
|
415 | 358 | <title>
|
416 | 359 | ReactJS Foundations Building User Interfaces with ReactJS: An Approachable
|
417 | 360 | Guide
|
418 | 361 | </title>
|
419 |
| - <!-- <script |
420 |
| - async |
421 |
| - src="https://cse.google.com/cse.js?cx=ceb64708ba0602a7b" |
422 |
| - ></script> --> |
423 | 362 | </head>
|
424 | 363 | <body>
|
425 | 364 | <header
|
|
0 commit comments