Skip to content
Extraits de code Groupes Projets
iframeSample.html 294 octets
Newer Older
<!DOCTYPE html>
<html>
  <style type="text/css">
    html, body, iframe {
      width: 100%;
      border: none;
      height: 100%;
      margin: 0;
      background-color: #dfd;
    }
    iframe { height: 99%; }
  </style>
  <body>
echarp's avatar
echarp a validé
    <iframe src='/?iframe=true'></iframe>