|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html lang="en"> |
| 2 | +<html lang="zh-Hans"> |
3 | 3 |
|
4 | 4 | <head>
|
5 | 5 | <meta charset="utf-8">
|
6 |
| - <title>Angular</title> |
| 6 | + <title>Angular 中文版</title> |
7 | 7 | <meta name="Description" content="Angular is a platform for building mobile and desktop web applications.
|
8 | 8 | Join the community of millions of developers who build compelling user interfaces with Angular.">
|
9 | 9 | <base href="/">
|
|
46 | 46 | document.head.appendChild(tag);
|
47 | 47 | </script>
|
48 | 48 |
|
49 |
| - <!-- Legacy Google Analytics --> |
50 |
| - <script> |
51 |
| - // Note this is a customised version of the GA tracking snippet |
52 |
| - // See the comments below for more info |
53 |
| - (function (i, s, o, g, r, a, m) { |
54 |
| - if (i.trustedTypes) { |
55 |
| - // Specify path as a TrustedScriptURL when Trusted Types are available |
56 |
| - g = i.trustedTypes.createPolicy('aio#analytics', { |
57 |
| - createScriptURL: function (s) { return s; } |
58 |
| - }).createScriptURL(g); |
59 |
| - } |
60 |
| - i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { |
61 |
| - (i[r].q = i[r].q || []).push(arguments) |
62 |
| - }, i[r].l = 1 * new Date(); a = s.createElement(o), |
63 |
| - m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; |
64 |
| - ~i.name.indexOf('NG_DEFER_BOOTSTRAP') || // only load library if not running e2e tests |
65 |
| - m.parentNode.insertBefore(a, m) |
66 |
| - })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); |
67 |
| - </script> |
68 |
| - <!-- End Legacy Google Analytics --> |
69 | 49 | <link rel="stylesheet" href="styles.c9ea175d409df91f.css"></head>
|
70 | 50 |
|
71 | 51 | <body>
|
|
100 | 80 | <div class="nf-container l-flex-wrap flex-center">
|
101 | 81 | <img src="assets/images/support/angular-404.svg" width="300" height="300" alt="not found"/>
|
102 | 82 | <div class="nf-response l-flex-wrap center">
|
103 |
| - <h1 class="no-toc" id="page-not-found">Resource Not Found</h1> |
104 |
| - <p>We're sorry. The resource you are looking for cannot be found.</p> |
| 83 | + <h1 class="no-toc" id="page-not-found">资源未找到</h1> |
| 84 | + <p>抱歉,您要访问的资源未找到。</p> |
105 | 85 | </div>
|
106 | 86 | </div>
|
107 | 87 | </div>
|
|
0 commit comments