-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #3 from Sidoryx/master"
- Loading branch information
Nilesh Chaturvedi
committed
Feb 5, 2022
1 parent
6753d04
commit e0a9af5
Showing
3 changed files
with
50 additions
and
158 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<!-- Font Awesome --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" /> | ||
<!-- Google Fonts --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet"> | ||
<!-- Stylesheet --> | ||
<link rel="stylesheet" href="/css/style.css" /> | ||
<title>Wordicon - Dictionary</title> | ||
<link rel="icon" type="image/x-icon" href="Favicon.svg"> | ||
</head> | ||
|
||
<body> | ||
<ul> | ||
<!-- <li style="font-size: larger;">Wordicon</li> --> | ||
<li><img id="imageHeader" src="Tap to add a heading.svg" alt=""></li> | ||
<li> | ||
<!-- <div class="switch">Dark mode: | ||
<span class="inner-switch">OFF</span> | ||
</div> --> | ||
</li> | ||
</ul> | ||
<audio id="sound"></audio> | ||
<div class="container"> | ||
<div class="search-box"> | ||
<input type="text" placeholder="Type the word here.." id="inp-word" /> | ||
<button id="search-btn">Search</button> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<!-- Font Awesome --> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" | ||
/> | ||
<!-- Google Fonts --> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<!-- Stylesheet --> | ||
<link rel="stylesheet" href="/css/style.css" /> | ||
<title>Wordicon - Dictionary</title> | ||
</head> | ||
<body> | ||
<ul> | ||
<li>Wordicon</li> | ||
</ul> | ||
<audio id="sound"></audio> | ||
<div class="container"> | ||
<div class="search-box"> | ||
<input type="text" placeholder="Type the word here.." id="inp-word" /> | ||
<button id="search-btn">Search</button> | ||
</div> | ||
<div class="result" id="result"></div> | ||
<div class="footer-basic"> | ||
<footer> | ||
<p class="copyright">Wordicon © 2022</p> | ||
</footer> | ||
</div> | ||
</div> | ||
<div class="result" id="result"></div> | ||
<!-- <div class="footer-basic"> | ||
<footer> | ||
<p class="copyright">Wordicon © 2022</p> | ||
</footer> | ||
</div> --> | ||
|
||
</div> | ||
<div class="footer"> | ||
<p class="copyright">Copyright © 2022 Wordicon</p> | ||
</div> | ||
|
||
<!-- Script --> | ||
<script src="/javascript/script.js"></script> | ||
</body> | ||
|
||
<!-- Script --> | ||
<script src="/javascript/script.js"></script> | ||
</body> | ||
</html> |
This file contains 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