-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun.html
43 lines (39 loc) · 916 Bytes
/
run.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>run</title>
<style type="text/css" media="all">
body {
background-color: black;
color: white;
}
input {
color: white;
background-color: black;
border: none;
}
m{
display: block;
}
</style>
</head>
<body>
<input type="search" name="" id="bring" value="" />
deprecated, use <code>/?run={query}</code>
<div id="messages">
</div>
<script src="main.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
/*if (window.location.href.includes("?")) {
var x = (window.location.search.replace(/\+/g, '%20'))
run(decodeURI(x.slice(1)))
}
setTimeout(function() {
location.search=location.search.replace(/\+/g, '%20')
location = location.href.path="/"
}, 500)*/
</script>
</body>
</html>