aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/test/sample.html
blob: 54746d5b2ca8eeb53cc03ae97a9667676304adc1 (plain)
1
2
3
4
5
6
7
<html>
<head><title>sample page</title></head>
<body>
  <h2><img src="icon.svg" />This is a sample page</h2>
  <iframe width="100%" height="80%" src="form.html"></iframe>
</body>
</html>