-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 2.9 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
<!DOCTYPE html>
<html platform="linux" class="theme-light" dir="ltr" lang="en">
<head>
<title>411 - Length Required | utubei</title>
<meta http-equiv="Content-Security-Policy" content="default-src: 'none'; script-src resource: 'none';">
<link rel="stylesheet" type="text/css" href="resource://devtools-client-jsonview/css/main.css">
</head>
<body>
<div id="data-container">
<div id="content">
<div class="tabs ">
<div class="panels">
<div id="json-panel" style="visibility: visible; height: 100%;" class="tab-panel-box" role="tabpanel" aria-labelledby="json-tab">
<div class="tab-panel json">
<div class="jsonPanelBox tab-panel-inner">
<div class="panelContent">
<table class="treeTable" role="tree" tabindex="0" aria-label="" cellspacing="0" cellpadding="0">
<thead role="presentation">
<tr class="" role="presentation">
<td class="" role="presentation" id="default"></td>
<td class="" style="width: 100%;" role="presentation" id="value"></td>
</tr>
</thead>
<tbody role="presentation" tabindex="-1">
<tr id="/type" role="treeitem" aria-level="1" aria-selected="false" class="treeRow stringRow opened">
<td class="treeLabelCell" style="--tree-label-cell-indent:0px;" role="presentation">
<span class="treeLabel stringLabel" aria-labelledby="default" data-level="0">type</span>
</td>
<td class="treeValueCell stringCell" role="presentation">
<span aria-labelledby="value">
<span class="objectBox objectBox-string">"lengthRequired"</span>
</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="rawdata-panel" style="visibility: hidden; height: 0px;" class="tab-panel-box hidden" role="tabpanel" aria-labelledby="rawdata-tab"></div>
<div id="headers-panel" style="visibility: hidden; height: 0px;" class="tab-panel-box hidden" role="tabpanel" aria-labelledby="headers-tab"></div>
</div>
</div>
</div>
</body>
</html>