commit
804a22bcbe
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ function search(text) {
|
|||
var option = text.substr(1);
|
||||
switch (option) {
|
||||
case "d":
|
||||
window.location = "https://www.dukduckgo.com";
|
||||
window.location = "https://www.duckduckgo.com";
|
||||
break;
|
||||
case "y":
|
||||
window.location = "https://www.youtube.com";
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
<header id="modal-footer">
|
||||
<a href="https://github.com/jeroenpardon/"><span class="iconify" data-icon="mdi-github-box"></span></a>
|
||||
<a href="https://materialdesignicons.com/"><span class="iconify" data-icon="mdi-material-design"></a></span>
|
||||
<a href="https://materialdesignicons.com/"><span class="iconify" data-icon="mdi-material-design"></span></a>
|
||||
</header>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue