-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPopUp.html
25 lines (25 loc) · 1.3 KB
/
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
25
<html>
<head>
<title></title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="heading">
<img src="logo/logo_16.png"> <b>sUP-Speed In Your Hands</b>
</div>
<script type="text/javascript" src="PopUp.js"></script>
<div class="content">
<br/>
Change Video Playback Speed:<br/><br/>
<button type="submit" id="increment">+</button>
<button type="submit" id="decrement">-</button><br/>
<p>Current Speed: <p id="playbackspeed">1.0</p></p>
</div><br/>
<span class="credits">Made with <i class="fas fa-heart" style="color: red;"></i> by Ashish Poudel </span><br><br>
<div class="connections">Connect with me :<br><br>
<a href="https://github.com/ashishpoudel995" target="_blank"><i class="fab fa-github"></i> </a>
<a href="https://ashishpoudel995.github.io/" target="_blank"><i class="fab fa-firefox-browser"></i></a><br>
</div>
</body>
</html>