File: iframe.html

package info (click to toggle)
ruby-reverse-markdown 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: ruby: 1,452; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
<h1>Welcome to My Page</h1>
<p>This is a sample paragraph before the iframe.</p>
<iframe src="https://www.example.com" width="600" height="400"></iframe>
<p>This is a sample paragraph after the iframe.</p>