-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpopup.html
24 lines (22 loc) · 864 Bytes
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="./Style/style.css">
<body>
<center>
<div class="upper">
<script src="./Scripts/wish.js"></script>
</div>
<div class="subhead"> What do you fell like using?</div>
<div class="main">
<button class="button"><a href="./Tools/caseconvert.html">Case Converter</a></button>
<button class="button"><a href="./Tools/dac.html">Domain Avaiblity Checker</a></button>
<button class="button"><a href="./Tools/reversetext.html">Reverse Text</a></button>
<button class="button"><a href="./Tools/yte.html">Youtube Thumnail Extractor</a></button>
<button class="button"><a href="./Tools/wc.html">Word Counter</a></button>
</div>
</center>
<div class="footer">
<p>Blog Buddy ❤️ - <a href="https://asubodh.com/" target="_blank"><span>Subodh Aryal</span></a></p>
</div>
</body>
</html>