-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (58 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Error Central</title>
<link href="/css/ec-standalone.0b0f392d104defa83505.css" rel="stylesheet"></head>
<body>
<div class="holder">
<form method="post" id="search-form">
<h1>Error Central Search</h1>
<textarea
id="ec-query"
class="input searchbox"
name="text"
placeholder="Paste your error here!"
required
></textarea>
<input class="button search-button" type="submit" value="Search" />
</form>
<div id="stackex-questions">
<!-- Question listings qo here-->
</div>
<!-- Templates : normally should be hidden-->
<div id="templates" class="hidden">
<div class="stackex-question">
<h1><a class="stackex-question-title"></a></h1>
<div class="query-headline"></div>
</div>
<div class="no-results">
<h3>Sorry, we couldn't find anything to match your query.</h3>
</div>
<h3 class="error"></h3>
</div>
</div>
<div id="stackex-attribution">
Questions and Answers from
<a href="https://stackexchange.com/">StackExchange network</a> provided under license
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>.
</div>
<script type="text/javascript" src="/scripts/vendor.0b0f392d104defa83505.js"></script><script type="text/javascript" src="/scripts/ec-standalone.0b0f392d104defa83505.js"></script></body>
</html>
<!--
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>ec-standalone</title>
</head>
<body>
<section id="app"></section>
<section class="notice">
<div>Generated Wed Feb 26 2020 21:35:16 GMT-0600 (Central Standard Time)</div>
</section>
<img src="img/yeoman-003.png" alt="logo" />
</body>
</html>
-->