User:Karina/back it up web: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "<!DOCTYPE html> <html> <head> <title> Back It Up </title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <style> body { margin-left: 0; marg...")
 
No edit summary
Line 1: Line 1:
<!--
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
Line 165: Line 168:


</html>
</html>
-->

Revision as of 15:48, 5 June 2018


 <form action="cgi-bin/play.cgi" class="buttons">
         <input type="submit" name="p" value="Basket.mp3" style="background:url(images/lindy1-Basket.svg) no-repeat;" />
         <input type="submit" name="p" value="Sweetheart.mp3" style="background:url(images/lindy2-Sweetheart.svg) no-repeat;" />
         <input type="submit" name="p" value="ChangeOfPlace.mp3" style="background:url(images/lindy3-ChangeOfPlace.svg) no-repeat;" />
         <input type="submit" name="p" value="SwingOut.mp3" style="background:url(images/lindy4-SwingOut.svg) no-repeat;" />
         
         <input type="submit" name="p" value="TexasTommy.mp3" style="background:url(images/lindy5-TexasTommy.svg) no-repeat;" />
         <input type="submit" name="p" value="SugarPush.mp3" style="background:url(images/lindy6-SugarPush.svg) no-repeat;" />
         <input type="submit" name="p" value="MinniDip.mp3" style="background:url(images/lindy7-MinniDip.svg) no-repeat;" />
         <input type="submit" name="p" value="Improvise.mp3" style="background:url(images/lindy8-Improvise.svg) no-repeat;" />
 </form>


<script

 src="https://code.jquery.com/jquery-3.3.1.min.js"
 integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
 crossorigin="anonymous"></script>

<script

 src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
 crossorigin="anonymous"></script>


</body>

</html>

-->