Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>Foros del Web - Ejemplo</title>
</head>
<body>
    <ul id="lista">
        <li>
            <span class="enlace">Catfish and the Bottlemen</span>
            <div class="modal">
                <iframe data-src="https://www.youtube.com/embed/fBIE_-fygMc"></iframe>
            </div>
        </li>
        <li>
            <span class="enlace">Circa Waves</span>
            <div class="modal">
                <iframe data-src="https://www.youtube.com/embed/rVGKW3K1h8o"></iframe>
            </div>
        </li>
    </ul>
    
    <div id="fondo"></div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Alexis88pro
0viewers