mirror of
https://github.com/byReqz/blue-searchpage.git
synced 2025-06-15 16:47:47 +00:00
replaced Google with DuckDuckGo and beautified some code
This commit is contained in:
23
index.html
23
index.html
@ -1 +1,22 @@
|
||||
<head><link href='https://fonts.googleapis.com/css?family=Roboto:100&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,cyrillic,latin-ext' rel='stylesheet' type='text/css'><meta http-equiv="Content-type" content="text/html;charset=UTF-8"><title id="title">Start</title><link rel="stylesheet" href="style.css" type="text/css"><script src="scripts/jquery-1.4.2.min.js" type="text/javascript"></script> <script src="scripts/tools.js" type="text/javascript"></script> <script src="scripts/scripts.js" type="text/javascript"></script> <script src="engines/base.js" type="text/javascript"></script> <script type="text/javascript" src="scripts/jquery.js"></script> </head><body><div id="engines"></div><div id="container"><form id="form" onsubmit="return doSearch()"><div id="input"><input id="i" type="text" autocomplete="off" spellcheck="false" placeholder="Who the fuck is byReqz?" results="0" /></div> <a onclick="nextLanguage()" id="lang"></a><ul id="sugs"></ul></form><p id="method"></p></div></body>
|
||||
<head>
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto:100&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,cyrillic,latin-ext' rel='stylesheet' type='text/css'>
|
||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
||||
<title id="title">Start</title>
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<script src="scripts/jquery-1.4.2.min.js" type="text/javascript"></script>
|
||||
<script src="scripts/tools.js" type="text/javascript"></script>
|
||||
<script src="scripts/scripts.js" type="text/javascript"></script>
|
||||
<script src="engines/base.js" type="text/javascript"></script>
|
||||
<script type="text/javascript" src="scripts/jquery.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="engines"></div>
|
||||
<div id="container">
|
||||
<form id="form" onsubmit="return doSearch()">
|
||||
<div id="input"><input id="i" type="text" autocomplete="off" spellcheck="false" placeholder="Who the fuck is byReqz?" results="0" /></div> <a onclick="nextLanguage()" id="lang"></a>
|
||||
<ul id="sugs"></ul>
|
||||
</form>
|
||||
<p id="method"></p>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user