Skip to content

Instantly share code, notes, and snippets.

View Danielshow's full-sized avatar
:octocat:
Changing the world one code at a time 👻🎉🎉🎊

Daniel Shotonwa Danielshow

:octocat:
Changing the world one code at a time 👻🎉🎉🎊
View GitHub Profile
@Danielshow
Danielshow / index.html
Last active April 10, 2018 17:07
Wikipedia Viewer
<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">