This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container" id="form"> | |
<div class="wiki mb-4"> Wikipedia Search Engine</div> | |
<form class="text-center"> | |
<input id="txt_name" type="text" class="form-control" placeholder="Search Wiki or Type URL" autofocus onkeypress="return runScript(event)" /> | |
<p type="submit" class="btn btn-primary mt-2 mr-4" id="search">Submit</p> | |
<a href="https://en.wikipedia.org/wiki/Special:Random" target="_blank" button class="btn btn-default mt-2 random">Random Article</a> | |
</form> | |
<p class="text-center mt-4 dan"> Designed by DanielShow</p> | |
</div> | |
<div class="container"> |
NewerOlder