-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (130 loc) · 4.93 KB
/
index.html
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
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>No internet</title>
</head>
<body
id="t"
class="neterror"
style="font-family: 'sans', Arial, sans-serif; font-size: 75%"
jstcache="0"
>
<div id="main-frame-error" class="interstitial-wrapper" jstcache="0">
<div id="main-content" jstcache="0">
<div id="canvas-wrapper"></div>
<pre id="log"></pre>
<div id="main-message" jstcache="0">
<h1 jstcache="0">
<span jsselect="heading" id="no-internet-message" jsvalues=".innerHTML:msg" jstcache="9"
>No internet</span
>
<a id="error-information-button" class="hidden"></a>
</h1>
<!--The suggestion list and error code are normally presented inline,
in which case error-information-popup-* divs have no effect. When
error-information-popup-container has the use-popup-container class, this
information is provided in a popup instead.-->
<div id="error-information-popup-container" jstcache="0">
<div id="error-information-popup" jstcache="0">
<div id="error-information-popup-box" jstcache="0">
<div id="error-information-popup-content" jstcache="0">
<div
id="suggestions-list"
style=""
jsdisplay="(suggestionsSummaryList && suggestionsSummaryList.length)"
jstcache="16"
>
<p
jsvalues=".innerHTML:suggestionsSummaryListHeader"
jstcache="18"
>
Try:
</p>
<ul class="">
<li>
Checking the
<span class="objective objective-eth-cable">network cables</span
>, <span class="objective objective-modem">modem</span>, and
<span class="objective objective-router">router</span>
</li>
<li>
<span class="objective objective-reconnect"
>Reconnecting to Wi-Fi</span
>
</li>
</ul>
</div>
<div class="error-code" jscontent="errorCode" jstcache="17">
ERR_INTERNET_DISCONNECTED
</div>
<p id="error-information-popup-close" jstcache="0">
<a
class="link-button"
jscontent="closeDescriptionPopup"
onclick="toggleErrorInformationPopup();"
jstcache="20"
>null</a
>
</p>
</div>
</div>
</div>
</div>
<div id="download-links-wrapper" class="hidden" jstcache="0">
<div id="download-link-wrapper" jstcache="0">
<a id="download-link" class="link-button" style="display: none">
</a>
</div>
<div id="download-link-clicked-wrapper" class="hidden" jstcache="0">
<div
id="download-link-clicked"
class="link-button"
style="display: none"
></div>
</div>
</div>
<div id="save-page-for-later-button" class="hidden" jstcache="0">
<a class="link-button" style="display: none"> </a>
</div>
<div
id="cancel-save-page-button"
class="hidden"
style="display: none"
></div>
<div
id="offline-content-list"
class="list-hidden"
hidden=""
jstcache="0"
>
<div
id="offline-content-list-visibility-card"
onclick="toggleOfflineContentListVisibility(true)"
jstcache="0"
>
<div id="offline-content-list-title" style="display: none"></div>
<div jstcache="0">
<div
id="offline-content-list-show-text"
style="display: none"
></div>
<div
id="offline-content-list-hide-text"
style="display: none"
></div>
</div>
</div>
<div id="offline-content-suggestions" jstcache="0"></div>
<div id="offline-content-list-action" jstcache="0">
<a class="link-button" style="display: none"> </a>
</div>
</div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</div>
</body>
</html>